Install the package¶
By cloning the gitlab repository:
$ git clone https://gitlab.in2p3.fr/valentin.guillon/taquin # cloning
$ cd taquin
[taquin/]$ pip install . # local installation
Test the installation¶
To tests the main entries:
$ python3 -m taquin
[...]
Playing the game¶
If you made a local installation, run:
$ taquin
[...]
to play the game.
Build the documentation¶
To build the documentation from documentation directory:
[docs/]$ make html
[docs/]$ firefox _build/html/index.html
[docs/]$ make latexpdf
[docs/]$ evince _build/latex/pyyc.pdf