- Create a virtual environment.
virtualenv --python=python3.5 virt_env
- Enter the virtual environment
source path_to_virt_env/bin/activate
- Install the required depedencies
pip install -U -r path_to_requirements.txt
- Run the main
python src/testWithSim.py
or
python src/testWithData.py