Skip to content

Commit

Permalink
bring back requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyololicon committed Jul 31, 2023
1 parent 4e4df73 commit e73bbb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ install_with_pip() {
pip install Cython numpy
pip install madmom

# pip install -r requirements.txt
python3 setup.py install
# pip install -e .
pip install -r requirements.txt
# python3 setup.py install
pip install .
}


Expand Down

0 comments on commit e73bbb4

Please sign in to comment.