mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
653 B
653 B
Development
-
cd your directory
cd apps -
Setup a virtual environment
conda create -n "livequery-models" python=3.9 -
Activate the virtual environment
conda activate livequery-models -
Create a
.envfile from the env.sample file and run,set -a; source .env; set +a -
Install
pip install -r ../requirements.txt -
Add PYTHONPATH
export PYTHONPATH=. -
Run the app
wave run app.py -
Visit the demo at http://localhost:10101/demo