Skip to content

Commit

Permalink
Merge pull request #110 from Sakshamgupta90/fix-installation-commands
Browse files Browse the repository at this point in the history
fix command for installing dependencies
  • Loading branch information
ocefpaf authored May 15, 2024
2 parents 4f1bee8 + 694a6b6 commit efd7233
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 efd7233

Please sign in to comment.