mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Remove obsolete Nose testing section (#289)
This commit is contained in:
parent
f8b9c50dcd
commit
358f2cc604
17
README.md
17
README.md
|
@ -175,7 +175,6 @@ Unit tested, fully functional implementations of the following algorithms:
|
|||
|
||||
* [Repo Structure](#repo-structure)
|
||||
* [Notebook Installation](#notebook-installation)
|
||||
* [Nose Installation](#nose-installation)
|
||||
* [Running Challenges](#running-challenges)
|
||||
|
||||
### Misc
|
||||
|
@ -484,22 +483,6 @@ For more details on notebook installation, follow the directions [here](http://i
|
|||
|
||||
More information on IPython/Jupyter Notebooks can be found [here](http://ipython.org/notebook.html).
|
||||
|
||||
### Nose Tests
|
||||
|
||||
Install nose using setuptools/distribute:
|
||||
|
||||
```
|
||||
easy_install nose
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```
|
||||
pip install nose
|
||||
```
|
||||
|
||||
More information on Nose can be found [here](https://nose.readthedocs.org/en/latest/).
|
||||
|
||||
## Running Challenges
|
||||
|
||||
### Notebooks
|
||||
|
|
Loading…
Reference in New Issue
Block a user