Unverified Commit 7a7f23de authored by Crutcher Dunnavant's avatar Crutcher Dunnavant Committed by GitHub
Browse files

[minor] updates to .gitignore and CONTRIBUTING.md (#992)

parent e14cca44
......@@ -2,11 +2,15 @@
*~
*.swp
# IDEs
.idea/
# Testing
*.pyc
*.pyo
.mypy_cache/
*.egg-info/
.testmondata
# Build and release
build/
......
......@@ -39,7 +39,7 @@ outlined on that page and do not file a public issue.
## Environment setup
```
~$ python3 -m venv venv2
~$ python3 -m venv venv
~$ source venv2/bin/activate
(venv2) ~$ cd git/fairscale/
(venv2) ~/git/fairscale $ pip3 install -r requirements-dev.txt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment