Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 783 Bytes

File metadata and controls

26 lines (18 loc) · 783 Bytes

Install

We are on prerelease stage so at the moment the PyPI repository doesn't contain the package. In the future install should be as easy as write "pip install shfl".

At the moment, the best option is install the package in editable mode, linking the package to the source code. From the main directory of the project you can write:

pip install -e .

The project documentation is mainly autogenerated from pydocs. If you want to generate the documentation just go to documentation directory and execute.

python autogen.py

The documentation is created using MkDocs. If you want to see the web version of the documentation you can serve after install it with in the documentation directory:

mkdocs serve