Skip to content
Snippets Groups Projects
Commit 3050240d authored by spmohanty's avatar spmohanty
Browse files

Unify software runtime dependency via anaconda in contributing section too

parent 1b879d0c
No related branches found
No related tags found
No related merge requests found
...@@ -64,16 +64,14 @@ Ready to contribute? Here's how to set up `flatland` for local development. ...@@ -64,16 +64,14 @@ Ready to contribute? Here's how to set up `flatland` for local development.
$ git clone git@gitlab.aicrowd.com:flatland/flatland.git $ git clone git@gitlab.aicrowd.com:flatland/flatland.git
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: $ cd flatland
$ pip install -e .
getting_started/run_notebooks.bat
getting_started/run_notebooks.sh
4. Create a branch for local development:: 4. Create a branch for local development::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment