1. python -m venv venv # create the virtual env in this dir
  2. venv/bin/pip install <the_llibraries_you_want> # install the libraries
  3. venv/bin/python init_db.py # init database
  4. venv/bin/python app.py # run app, using the venv with those libraries.

Top categories

Loading Svelte Themes