Install Silkaj¶
Distribution¶
Installing Silkaj from the package manager of your favorite distribution might not be available or might not come with latest Silkaj version.
In order to get latest version install Silkaj with pipx or pip from PyPI which you can find in next sections.
Unix¶
On a Unix system, run in your shell following commands:
Install libsodium¶
Install pipx¶
Check pipx documentation for an extended installation tutorial.
Install with pipx¶
pipx tool is recommended for Python executables. It isolates libraries into separated virtual environments.
Ensure path¶
Takes care to add Pipx executables in the PATH of your shell:
Install¶
Upgrade¶
Uninstall¶
Check Silkaj is working¶
Install with pip¶
pipx installation is recommended, but you can proceed with pip if you know what you are doing.
Install pip¶
Completing PATH¶
If after Silkaj intallation you get a bash: silkaj: command not found error, you have to extend the PATH with ~./local/bin:
Install for current user only¶
Upgrade¶
Uninstall (useful to see the real paths)¶
Check Silkaj is working¶
Shell completion¶
Set up the shell completion by adding following line in your shell configuration depending on your shell:
For further details checkout Click documentation.
Install to contribute¶
Check out the installation guide with Poetry.