.. Copyright (c) 2015-2019, Exa Analytics Development Team .. Distributed under the terms of the Apache License 2.0 .. _dev-label: Development ############# Environment ----------- For a development ready installation:: git clone https://github.com/exa-analytics/exa.git cd exa pip install -e . Git ---- We make the following suggestions when using git. - Set line endings: ``git config --global core.autocrlf false``