Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 548 Bytes

install.md

File metadata and controls

12 lines (11 loc) · 548 Bytes

Steps necessary to run this software

  1. (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)
  1. pip install opencv-python matplotlib pyshp
  2. (optional) export PYTHONPATH=.:./experiments
  3. run: python ./mars.py