Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 517 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 517 Bytes

Wander Wisely

How to setup

  1. Create virtual environment. You can follow this guide
  2. After creating virtual environment, activate the environment
    • linux
      source your-venv-folder/bin/activate
    • windows
      your-venv-folder/bin/activate
  3. In the root folder, type this command
    pip install -r requirements.txt
  4. Run the server
    flask run