Skip to content

Instantly share code, notes, and snippets.

@lem0n4id
Created August 15, 2022 12:28
Show Gist options
  • Save lem0n4id/87563f3e50b05bf4ea4f94fb297d550d to your computer and use it in GitHub Desktop.
Save lem0n4id/87563f3e50b05bf4ea4f94fb297d550d to your computer and use it in GitHub Desktop.
markdown clip to set up venv

Make sure you have python installed

Terminal - bash (commands differ for cmd)

  1. Set up virtualenv
    $ virtualenv venv
  2. Activate venv
    $ source venv/scripts/activate
  3. Install required modules
    $ pip install -r requirements.txt
  4. Run the app!
    $ python run.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment