Add requirements.txt as an alternative to poetry.lock

This commit is contained in:
Alexander Hess 2024-07-15 09:39:44 +02:00
commit 401301e5dc
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 120 additions and 0 deletions

View file

@ -50,6 +50,11 @@ 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).
If you are *not* using the Anaconda Distribution,
you must install the third-party libraries via the command
`pip install -r requirements.txt` (or something equivalent)
before working with the notebook files.
## Contributing