Skip to content

Commit

Permalink
adding git requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitman committed Feb 13, 2024
1 parent cfcd2c7 commit eb3d51f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ amy-message: $(OBJECTS) src/amy-message.o
$(CC) $(OBJECTS) src/amy-message.o -Wall $(LIBS) -o $@

amy-module: amy-example
touch src/amy.c; cd src; ${PYTHON} -m pip install . --force-reinstall; cd ..
${PYTHON} -m pip install -r requirements.txt; touch src/amy.c; cd src; ${PYTHON} -m pip install . --force-reinstall; cd ..

test: amy-module
${PYTHON} test.py
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
numpy
scipy
resampy
sf2utils

0 comments on commit eb3d51f

Please sign in to comment.