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
vision
Commits
fc852f3b
Unverified
Commit
fc852f3b
authored
May 26, 2021
by
Nicolas Hug
Committed by
GitHub
May 26, 2021
Browse files
Fix installation instructions in contributing guide (#3923)
parent
6d1a0840
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CONTRIBUTING.md
CONTRIBUTING.md
+3
-3
No files found.
CONTRIBUTING.md
View file @
fc852f3b
...
...
@@ -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:
...
...
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