We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1a084 commit fc852f3Copy full SHA for fc852f3
CONTRIBUTING.md
@@ -44,11 +44,11 @@ conda install pytorch -c pytorch-nightly -c conda-forge
44
```bash
45
git clone https://github.com/pytorch/vision.git
46
cd vision
47
-python setup.py install
+python setup.py develop
48
# or, for OSX
49
-# MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install
+# MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py develop
50
# for C++ debugging, please use DEBUG=1
51
-# DEBUG=1 python setup.py install
+# DEBUG=1 python setup.py develop
52
pip install flake8 typing mypy pytest scipy
53
```
54
You may also have to install `libpng-dev` and `libjpeg-turbo8-dev` libraries:
0 commit comments