Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
silkaj
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
matograine
silkaj
Commits
7398da1e
Commit
7398da1e
authored
Apr 27, 2019
by
Moul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[doc] #7: Install pip and pipenv: install libsodium on the system as required by pylibscrypt
parent
3235196f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
doc/install_pip.md
doc/install_pip.md
+8
-0
doc/install_pipenv.md
doc/install_pipenv.md
+8
-0
No files found.
doc/install_pip.md
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
...
...
doc/install_pipenv.md
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment