Poetry installation
Install Silkaj in a development environement with Poetry¶
Install libsodium¶
Install Poetry¶
Install dependencies and the Python virtual environment¶
# Over HTTPS
git clone https://git.duniter.org/clients/python/silkaj.git
# Over SSH
git clone git@git.duniter.org:clients/python/silkaj.git
cd silkaj
# Installs the runtime and development dependencies
poetry install
Run Silkaj¶
Within silkaj
repository run Silkaj:
Poetry shell¶
You can access tools pytest
from within the development environment with poetry run
or by entering the shell:
Make Silkaj accessible from everywhere¶
Add following alias to your shell configuration: