mirror of
https://github.com/tdeerenberg/Musort.git
synced 2025-07-16 00:54:19 +00:00
install script
This commit is contained in:
5
install.sh
Executable file
5
install.sh
Executable 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"
|
Reference in New Issue
Block a user