Mon Jun 12 06:03:14 CEST 2023

This commit is contained in:
mnjx
2023-06-12 06:21:02 +02:00
parent f7c2b541b5
commit 783a37186e
16 changed files with 250 additions and 152 deletions
Regular → Executable
+13 -2
View File
@@ -1,5 +1,16 @@
SHELL=/bin/bash
install:
pip install -r requirements.txt
python3 -m pip install -r requirements.txt
./.config/mkdirs.sh
cp ./src/main.py /bin/solen
chmod 774 /bin/solen
cp ./src/lib/*.py $(HOME)/.local/lib/python3.11/site-packages/solenlib
cp ./src/lib/shadow $(HOME)/.local/lib/solendata
cp ./src/lib/data/*.csv $(HOME)/.local/lib/solendata
run:
python3 "src/main.py"
./.config/launch.sh