livequery-models/apps/README.md

653 B

Development

  1. cd your directory

    cd apps
    
  2. Setup a virtual environment

    conda create -n "livequery-models" python=3.9
    
  3. Activate the virtual environment

    conda activate livequery-models
    
  4. Create a .env file from the env.sample file and run,

    set -a; source .env; set +a
    
  5. Install

    pip install -r ../requirements.txt
    
  6. Add PYTHONPATH

    export PYTHONPATH=.
    
  7. Run the app

    wave run app.py
    
  8. Visit the demo at http://localhost:10101/demo