Skip to content

Commit

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

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


Expand Down

0 comments on commit 633551b

Please sign in to comment.