Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 283 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 283 Bytes
  1. Create a virtual environment:

    $ python3 -m venv .venv

  2. Activate the created environment:

    $ source .venv/bin/activate

  3. Upgrade pip:

    $ python3 -m pip install --upgrade pip

  4. Install the requirements:

    $ pip install --upgrade -r requirements.txt