Skip to content

Commit

Permalink
Fix installation instructions in contributing guide (#3923)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug authored May 26, 2021
1 parent 6d1a084 commit fc852f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ conda install pytorch -c pytorch-nightly -c conda-forge
```bash
git clone https://github.com/pytorch/vision.git
cd vision
python setup.py install
python setup.py develop
# or, for OSX
# 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
# for C++ debugging, please use DEBUG=1
# DEBUG=1 python setup.py install
# DEBUG=1 python setup.py develop
pip install flake8 typing mypy pytest scipy
```
You may also have to install `libpng-dev` and `libjpeg-turbo8-dev` libraries:
Expand Down

0 comments on commit fc852f3

Please sign in to comment.