Skip to content

Commit

Permalink
Merge pull request #215 from CustomProgrammingSolutions/remove-ipytho…
Browse files Browse the repository at this point in the history
…n-dependency

[MRG] Remove ipython dependency
  • Loading branch information
oadams committed Jan 5, 2019
2 parents b66ea56 + 1f6d97a commit 93c802b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN apt-get update && apt-get -y install \

RUN pip3 install -U pip
RUN pip3 install persephone
RUN pip3 install ipython

WORKDIR /persephone

Expand Down
1 change: 1 addition & 0 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ We now need to set up a virtual environment and install the library.
$ source persephone-venv/bin/activate
$ pip install -U pip
$ pip install persephone
$ pip install ipython

(This library can be installed system-wide but it is recommended to
install in a virtualenv.)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
],
keywords='speech-recognition machine-learning acoustic-models artificial-intelligence neural-networks',
install_requires=[
'ipython==6.2.1',
'GitPython==2.1.8',
'nltk==3.2.5',
'numpy==1.14.5',
Expand Down

0 comments on commit 93c802b

Please sign in to comment.