Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
fairscale
Commits
7a7f23de
Unverified
Commit
7a7f23de
authored
May 26, 2022
by
Crutcher Dunnavant
Committed by
GitHub
May 25, 2022
Browse files
[minor] updates to .gitignore and CONTRIBUTING.md (#992)
parent
e14cca44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
.gitignore
.gitignore
+4
-0
CONTRIBUTING.md
CONTRIBUTING.md
+1
-1
No files found.
.gitignore
View file @
7a7f23de
...
...
@@ -2,11 +2,15 @@
*~
*.swp
# IDEs
.idea/
# Testing
*.pyc
*.pyo
.mypy_cache/
*.egg-info/
.testmondata
# Build and release
build/
...
...
CONTRIBUTING.md
View file @
7a7f23de
...
...
@@ -39,7 +39,7 @@ outlined on that page and do not file a public issue.
## Environment setup
```
~$ python3 -m venv venv
2
~$ python3 -m venv venv
~$ source venv2/bin/activate
(venv2) ~$ cd git/fairscale/
(venv2) ~/git/fairscale $ pip3 install -r requirements-dev.txt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment