Installing Flatland#
Flatland can be installed using pip
Stable release#
Install Flatland from pip:
$ pip install flatland-rl
From Source#
The Flatland code source is available from gitlab.
Clone the public repository:
$ git clone git@gitlab.aicrowd.com:flatland/flatland.git
Once you have a copy of the source, install it with:
$ pip install -e flatland/
Test installation#
Test that the installation works:
$ flatland-demo
You can also run the full test suite:
python setup.py test