Skip to content

Commit fc852f3

Browse files
authored
Fix installation instructions in contributing guide (#3923)
1 parent 6d1a084 commit fc852f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ conda install pytorch -c pytorch-nightly -c conda-forge
4444
```bash
4545
git clone https://github.com/pytorch/vision.git
4646
cd vision
47-
python setup.py install
47+
python setup.py develop
4848
# or, for OSX
49-
# MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install
49+
# MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py develop
5050
# for C++ debugging, please use DEBUG=1
51-
# DEBUG=1 python setup.py install
51+
# DEBUG=1 python setup.py develop
5252
pip install flake8 typing mypy pytest scipy
5353
```
5454
You may also have to install `libpng-dev` and `libjpeg-turbo8-dev` libraries:

0 commit comments

Comments
 (0)