Skip to content

Commit

Permalink
Recommend storing installed packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Jul 16, 2020
1 parent eacef36 commit e6c7416
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ for different papers) without conflicts::
pip install -U pip wheel
pip install lab # or preferably a specific version with lab==x.y

# Store installed packages and exact versions for reproducibility.
pip freeze > requirements.txt

If you want to install the latest development version and/or need to
change Lab itself, you can clone the Lab repo and install it in the
virtual environment::
Expand Down

0 comments on commit e6c7416

Please sign in to comment.