Skip to content
Snippets Groups Projects
Commit 7398da1e authored by Moul's avatar Moul
Browse files

[doc] #7: Install pip and pipenv: install libsodium on the system as required by pylibscrypt

parent 3235196f
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,14 @@ You have to use a shell on GNU/Linux or a command tool (`cmd.exe`) on Windows.
## GNU/Linux
The system must use UTF-8 locales…
### Install libsodium
```bash
sudo apt install libsodium23 # Debian Buster
sudo apt install libsodium18 # Debian Stretch
sudo dnf install libsodium # Fedora
```
### Install dependencies before installing
```bash
......
# Install Silkaj with Pipenv
### Install libsodium
```bash
sudo apt install libsodium23 # Debian Buster
sudo apt install libsodium18 # Debian Stretch
sudo dnf install libsodium # Fedora
```
### Install pipenv
- [Pipenv installation instructions](https://github.com/pypa/pipenv#installation)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment