Skip to content

Repository files navigation

Python Virtual Environment

  • create a virtual environment python -m venv .venv
  • activate the environment source .venv/bin/activate (linux) .venv\Scripts\Activate (windows)
  • update pip python -m pip install --upgrade pip
  • install requirements pip install -r requirements.txt

About

Server repo

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages