Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 448 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 448 Bytes

to run

cd to this project

and create a python virtual environment first, just like below

python -m venv .venv

activate the python virtual environtment

on windows cmd

.venv/Script/activate.bat

on a GNU/Linux machine

source .venv/bin/activate

install the required modules

pip install -r requirements.txt

now you can run

python bestal_activity1_to_5.py