- (optional): If you want to use a virtual environment, you can do:
- python -m venv venv (create new virtual env)
- source venv/bin/activate (activate the virtual env using Linux shell. The activate script may have different extension on Windows. See if there's .bat in the venv/bin/ directory)
- pip install --upgrade pip (upgrades pip)
- pip install opencv-python matplotlib pyshp
- (optional) export PYTHONPATH=.:./experiments
- run: python ./mars.py