Mon Jun 12 10:35:01 CEST 2023

This commit is contained in:
mnjx
2023-06-12 11:01:43 +02:00
parent f7c2b541b5
commit 66297ecc0c
11 changed files with 211 additions and 150 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