zosimanoz / PythonLessons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PythonLessons

  1. Create a virtual environment: python3 -m venv env
  2. Activate virtual env: source env/bin/activate (for unix/mac) .\env\Scripts\activate (for windows)
  3. Run pip install -r requirements.txt

About


Languages

Language:Python 100.0%