This commit is contained in:
2023-11-17 14:31:36 -08:00
parent 3d6b1927bf
commit 0217d6636f
4 changed files with 23418 additions and 29 deletions

7
vckonline setup.txt Normal file
View File

@@ -0,0 +1,7 @@
virtualenv --no-site-packages --distribute .env && source .env/bin/activate && pip install -r requirements.txt
dnf install python3-devel mysql-devel
pip install mysql-connector-python
pip install mapping
pip install wxpython