Skip to content

Commit

Permalink
Ignore pkg-resources package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Jul 17, 2020
1 parent d78fdf8 commit f620caa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ for different papers) without conflicts::
pip install lab # or preferably a specific version with lab==x.y

# Store installed packages and exact versions for reproducibility.
pip freeze > requirements.txt
# Ignore pkg-resources package (https://github.com/pypa/pip/issues/4022).
pip freeze | grep -v "pkg-resources" > 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
Expand Down

0 comments on commit f620caa

Please sign in to comment.