Skip to content

Commit

Permalink
Add missing "-r" flags to installation.rst (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
konantian committed Jun 7, 2021
1 parent b640728 commit 1d81b32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Step 2: Install PyTorch 1.5 and TorchVision (CPU)
+++++++++++++++++++++++++++++++++++++++++++++++++++
::

pip install requirements.txt
pip install -r requirements.txt


(Optional) Alternative Step 2: Install PyTorch 1.5 and TorchVision (GPU)
Expand All @@ -92,7 +92,7 @@ If you have a GPU and it has CUDA already setup etc, do the follow or use whatev

::

pip install requirements_gpu.txt
pip install -r requirements_gpu.txt


Step 3: Install from release (recommended)
Expand Down Expand Up @@ -127,5 +127,5 @@ After you've installed ``ivadomed``, install the hooks:

::

pip install requirements_dev.txt
pip install -r requirements_dev.txt
pre-commit install

0 comments on commit 1d81b32

Please sign in to comment.