mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Added requirements.txt installation option to README.
This commit is contained in:
parent
d44f44e9e1
commit
09d6703b23
|
@ -357,6 +357,12 @@ pip uninstall ipython
|
|||
pip install "ipython[all]"
|
||||
```
|
||||
|
||||
As an alternative, you can also use the provided ```requirements.txt``` file:
|
||||
|
||||
```
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
For more details on installation, follow the directions [here](http://ipython.org/install.html).
|
||||
|
||||
More information on IPython/Jupyter Notebooks can be found [here](http://ipython.org/notebook.html).
|
||||
|
|
Loading…
Reference in New Issue
Block a user