Skip to content

Commit

Permalink
fix command for installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakshamgupta90 committed May 15, 2024
1 parent 4f1bee8 commit 694a6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Create a conda environment::

conda create -n ioosqc38 python=3.8
conda activate ioosqc38
conda install --file requirements.txt --file tests/requirements.txt
conda install --file requirements.txt --file requirements-dev.txt

Run tests::

Expand All @@ -22,7 +22,7 @@ Build docs::
conda create -y -n ioosqc38_docs python=3.8
conda activate ioosqc38_docs
conda install -y --file requirements.txt \
--file tests/requirements.txt \
--file requirements-dev.txt \
--file docs/requirements.txt
cd docs
make html
Expand Down

0 comments on commit 694a6b6

Please sign in to comment.