Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuchita Khare committed Sep 22, 2023
1 parent da7f61a commit 52743ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions doc/python/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@ incorporating a full set of charts and summary table.



HOW TO
======

This has been developed and tested under WSL2 linux for Windows.
In a WSL2 command window (e.g., Ubuntu20.04):

REQUIREMENTS
============

To create and setup the conda environment to run the asrc_test.py script
Python 3.9 or above. Make sure the dependencies listed in lib_src/requirements.txt are installed.

conda env create -f condaEnv.yml
conda activate .conda-env
cd ../../
pip install -r requirements.txt



Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'numpy',
'soundfile',
'pytest-xdist',
'scipy'
'scipy',
'mpmath'
],
dependency_links=[
Expand Down

0 comments on commit 52743ea

Please sign in to comment.