Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 493 Bytes

installation.md

File metadata and controls

26 lines (14 loc) · 493 Bytes

Installation

Requirements

The code is tested with Windows operating system and Python version 3.9.5. Ensure that python and pip are installed before.

Installation steps

clone or copy the project

go to the project folder

create a virtual environment using desired python version

path\Pythonxx\python -m venv .venv

activate virtual environment

.\.venv\Scripts\activate

install packages

pip install -r requirements.txt

create a logs folder

./logs