Skip to content

Commit

Permalink
ipykernel is required to run the notebook build
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Apr 11, 2017
1 parent c4b7b9d commit ab56758
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -22,7 +22,7 @@ PyDelta requires **Python 3.3 or newer**. It has quite a set of dependencies (Nu

Developers can clone the repo and run pip to install::

git clone -b next https://github.com/fotis007/pydelta
git clone -b next https://github.com/cophi-wue/pydelta
cd pydelta
pip install -r requirements.txt

Expand All @@ -31,7 +31,7 @@ k-Medoids-Clustering which is not in the official version yet.

If you only wish to use it, not to hack on it, pip can clone and install it for you::

pip install git+https://github.com/fotis007/pydelta@next
pip install git+https://github.com/cophi-wue/pydelta@next

(Note that the Python 3 version of pip is sometimes called ``pip3``).

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -29,7 +29,7 @@
]
}
html_theme_options = {
'github_user': 'fotis007',
'github_user': 'cophi-wue',
'github_repo': 'pydelta',
}
except ImportError:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -6,4 +6,5 @@ nose
nose-progressive
nosexcover
Sphinx
ipykernel
nbsphinx

0 comments on commit ab56758

Please sign in to comment.