install script

This commit is contained in:
tdeerenberg
2023-01-25 02:37:40 +01:00
parent 8d7cd3fe08
commit f3ad5eea1f
3 changed files with 18 additions and 7 deletions

5
install.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
# Make sure to add ~/.local/bin to $PATH
pip3 install -r requirements.txt
cp src/musort.py ~/.local/bin/musort
echo "IF NOT DONE ALREADY, ADD '~/local/bin' TO $ PATH"