Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 401 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 401 Bytes

Installation

Make Sure you install python 3. Then create a virtual environment by doing

python -m venv virtual

Then to start a virtual environment on windows with cmd

virtual/Scripts/activate.bat

With Powershell

virtual/Scripts/Activate.ps1

For more information look here.

To install depdedencies run

python -m pip install -r requirements