mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-05 00:48:03 +00:00
Added requirements.txt installation option to README.
This commit is contained in:
@@ -357,6 +357,12 @@ pip uninstall ipython
|
|||||||
pip install "ipython[all]"
|
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).
|
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).
|
More information on IPython/Jupyter Notebooks can be found [here](http://ipython.org/notebook.html).
|
||||||
|
|||||||
Reference in New Issue
Block a user