From 358f2cc60426d5c4c3d7d580910eec9a7b393fa9 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 4 Aug 2020 20:56:10 -0400 Subject: [PATCH] Remove obsolete Nose testing section (#289) --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index a9d146a..1ef2dea 100644 --- a/README.md +++ b/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