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
0c113365
Commit
0c113365
authored
5 years ago
by
Emmanuel Salomon
Committed by
Moul
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Add pip installation documentation for macOS
parent
90e10552
No related branches found
No related tags found
2 merge requests
!146
Merge dev into master branch to complete v0.8.0 development cycle
,
!103
Add pip installation documentation for macOS
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/install_pip.md
+14
-1
14 additions, 1 deletion
doc/install_pip.md
with
14 additions
and
1 deletion
doc/install_pip.md
+
14
−
1
View file @
0c113365
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
You have to use a shell on GNU/Linux or a command tool (
`cmd.exe`
) on Windows.
You have to use a shell on GNU/Linux or a command tool (
`cmd.exe`
) on Windows.
## GNU/Linux
## GNU/Linux
The system must use UTF-8 locales…
The system must use UTF-8 locales…
### Install libsodium
### Install libsodium
...
@@ -37,6 +37,19 @@ echo "export PATH=$PATH:$HOME/.local/bin" >> $HOME/.bashrc
...
@@ -37,6 +37,19 @@ echo "export PATH=$PATH:$HOME/.local/bin" >> $HOME/.bashrc
source
$HOME
/.bashrc
source
$HOME
/.bashrc
```
```
## macOS
To install Python, run the following command:
```
bash
brew
install
python3
```
`pip3`
will automatically be installed with
`python3`
installation.
Then, install Silkaj with:
```
bash
pip3
install
silkaj
--user
```
## Windows
## Windows
### Administrator rights
### Administrator rights
...
...
This diff is collapsed.
Click to expand it.
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