python3 -m venv .
activate the virtual environment (will need to do this every time you open a new tab and want to run things), from the base directory
source bin/activate
python3 -m pip install requests python3 -m pip install numpy python3 -m pip install opencv-python
python3 bayesian_som.py