Pin dependencies

This commit is contained in:
Alexander Hess 2021-05-25 08:37:57 +02:00
commit 47757fe762
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 90 additions and 81 deletions

View file

@ -51,6 +51,12 @@ A popular and beginner friendly way is
Detailed instructions can be found [here <img height="12" style="display: inline-block" src="static/link/to_gh.png">](https://github.com/webartifex/intro-to-python#installation).
As this project assumes a couple of third-party packages
that are *not* part of the Anaconda Distribution,
it is most likely necessary
to run the command `pip install -r requirements.txt`
before working with the notebook files.
## Contributing