Add requirements.txt as an alternative to poetry.lock
This commit is contained in:
parent
75d4c22f0b
commit
401301e5dc
2 changed files with 120 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue