Development version
WallGo is under active development, with plans for future versions with additional functionality. The latest developments are available from our git repository.
To install the development version, together with the requirements for building the docs, running the tests and linting, run the following:
git clone https://github.com/Wall-Go/WallGo.git
cd WallGo
pip install -e ".[docs,tests,lint]"
Tests can then be run with:
pytest -v