mirror of
https://github.com/tdeerenberg/Musort.git
synced 2025-07-16 00:54:19 +00:00
5 lines
178 B
Bash
Executable File
5 lines
178 B
Bash
Executable File
#!/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" |