Skip to content

Commit

Permalink
python 2 and 3 compatibility - FileNotFoundError
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioburdisso committed Nov 11, 2019
1 parent a83009d commit 019d164
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,20 @@ The SS3 text classifier was originally introduced in Section 3 of the [paper](ht
## Installation


PyPi installation
-----------------
### PyPi installation

Simply type:

pip install pyss3


Installation from source
------------------------
### Installation from source

To install latest version from github, clone the source from the project repository and install with setup.py::

git clone https://github.com/sergioburdisso/pyss3
cd pyss3
pip install .
python setup.py install


## API Documentation
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest
flake8
sphinx>=1.5.5
sphinx==2.2.1
sphinx_rtd_theme
Cython
numpy>=1.13.0
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx==2.2.1
Cython
numpy>=1.13.0
scipy>= 0.17.0
Expand Down

0 comments on commit 019d164

Please sign in to comment.