ENIB python environment for basic usage.
- Download and Install Python3.10.4 and git ( links are only for Windows OS )
- Open a terminal
cmd.exe - Clone the repository on your PC
git clone https://github.com/Polo-Wolo/enib-python-requirements.git- Open your cloned folder
cd enib-python-requirements- Install pip
py -m ensurepip --upgrade- Install libraries
pip install -r requirements.txt