Skip to content

Commit

Permalink
+ req.txt install also
Browse files Browse the repository at this point in the history
  • Loading branch information
7yl4r authored Jul 21, 2022
1 parent 433cf54 commit 1c1af72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ Install editable dev version from github for local development. System prerequis
git clone [email protected]:iobis/pyobis.git
cd pyobis
# install
python -m pip install -e .
python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
python -m pip install -e .
# test your installation
pytest
Expand Down

0 comments on commit 1c1af72

Please sign in to comment.