Skip to content

Instantly share code, notes, and snippets.

@dolby360
Created January 5, 2023 14:27
Show Gist options
  • Save dolby360/3252f85d97e2ded9db56b52d46bf3599 to your computer and use it in GitHub Desktop.
Save dolby360/3252f85d97e2ded9db56b52d46bf3599 to your computer and use it in GitHub Desktop.
Readme instructions for python project

Installation

Prerequisits.
python 3 virtualenv
pip

  • Create a virtual env and activate
    python3 -m venv venv
    # On windows.
    cd venv/Scripts
    activate
    # Linux
    source venv/bin/activate
  • Install requirements
    pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment