diff --git a/doc/install_pip.md b/doc/install_pip.md index 7695e44dab7700bf2cd71b6f427b2f622f32175c..05589e8ee62cec2b268c87d506443ba963a53d95 100644 --- a/doc/install_pip.md +++ b/doc/install_pip.md @@ -2,7 +2,7 @@ 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… ### Install libsodium @@ -37,6 +37,19 @@ echo "export PATH=$PATH:$HOME/.local/bin" >> $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 ### Administrator rights