Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Commits
7398da1e
Commit
7398da1e
authored
5 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/install_pip.md
+8
-0
8 additions, 0 deletions
doc/install_pip.md
doc/install_pipenv.md
+8
-0
8 additions, 0 deletions
doc/install_pipenv.md
with
16 additions
and
0 deletions
doc/install_pip.md
+
8
−
0
View file @
7398da1e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
doc/install_pipenv.md
+
8
−
0
View file @
7398da1e
# 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
)
...
...
This diff is collapsed.
Click to expand it.
Moul
@moul
mentioned in issue
duniterpy#83
·
5 years ago
mentioned in issue
duniterpy#83
mentioned in issue duniterpy#83
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment