You can install batterway via [pip] from [PyPI]:
$ pip install batterwayContributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the GPL 3.0 license, batterway is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
You can build the documentation locally by installing the documentation Conda environment:
conda env create -f docs/environment.ymlactivating the environment
conda activate sphinx_batterwayand running the build command:
sphinx-build docs _build/html --builder=html --jobs=auto --write-all; open _build/html/index.html