3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development::
3. Install the software dependencies via Anaconda. (This assumes you have Anaconda installed by following the instructions `here <https://www.anaconda.com/distribution>`_)
$ mkvirtualenv flatland
$ conda create python=3.6 --name flatland-rl
$ cd flatland/
$ conda activate flatland-rl
$ python setup.py develop
$ conda install -c conda-forge cairosvg pycairo
$ conda install -c anaconda tk
You can also use the virtual environment created by the getting_started scripts: