Skip to content
Snippets Groups Projects
Commit 0c113365 authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist: Committed by Moul
Browse files

[doc] Add pip installation documentation for macOS

parent 90e10552
No related branches found
No related tags found
2 merge requests!146Merge dev into master branch to complete v0.8.0 development cycle,!103Add pip installation documentation for macOS
...@@ -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
......
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