Skip to content

Commit

Permalink
update dependency information
Browse files Browse the repository at this point in the history
  • Loading branch information
stannam committed Jun 1, 2021
1 parent 7b4e31b commit c785a54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/source/downloading_and_installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ Linux / Fallback instructions
needed only for the Acoustic Similarity functionality to work.

a. `Python 3.3 or higher <https://www.python.org/downloads/release/python-341/>`_
b. `regex <https://pypi.org/project/regex/>`_
b. `Regex <https://pypi.org/project/regex/>`_
c. `NumPy <http://www.numpy.org/>`_
d. `SciPy <http://www.scipy.org/>`_
e. (NB: If you are on Windows and can't successfully use the acoustic
e. `Scikit-learn <https://scikit-learn.org/stable/install.html>`_
f. (NB: If you are on Windows and can't successfully use the acoustic
similarity module after installing NumPy and SciPy from the above sources,
you may want to try installing them from `precompiled binaries
<http://www.lfd.uci.edu/~gohlke/pythonlibs/>`_.)
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ def run_tests(self):
'scipy',
'textgrid',
'pyqt5',
'sklearn'
'sklearn',
'regex'
#'python-acoustic-similarity'
],
entry_points = {
Expand Down

0 comments on commit c785a54

Please sign in to comment.