-
python3.12
-
install dependencies:
pip install -r requirements.txt -
pip install -e .to install the app, -
pip install -e thetowerto install the django stuff, -
pip install -e discord_botto install the discord bot, -
streamlit run with:
streamlit run components/pages.py -
django admin run with:
cd thetower/dtower && DEBUG=true python manage.py runserver -
db.sqlite3goes tothetower/dtowerfolder -
uploadscsvs folder go tothetower/dtower:
pytest