You will need python3
installed on the system.
-
Initialize the python virtual environment
python3 -m venv env
-
Activate the environment
source env/bin/activate
-
Install dependencies
pip install -r requirements.txt
-
Run the bath processor
python3 world_presenter.py