summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Yeaw <dan@yeaw.me>2018-03-08 22:37:47 -0500
committerDan Yeaw <dan@yeaw.me>2018-03-08 22:37:47 -0500
commitaf3bf5fcec02da7889a659b0aec4880712ed079e (patch)
tree1b5705d85d3369aeb37ce143f3bc4c79ddfe8a4d /docs
parenta58fe1c81b9d784166ce55078c96cd533c52539f (diff)
downloadpygobject-af3bf5fcec02da7889a659b0aec4880712ed079e.tar.gz
Fix macOS pipenv installation instructions
Signed-off-by: Dan Yeaw <dan@yeaw.me>
Diffstat (limited to 'docs')
-rw-r--r--docs/devguide/dev_environ.rst15
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/devguide/dev_environ.rst b/docs/devguide/dev_environ.rst
index f18ebf5e..d94abf48 100644
--- a/docs/devguide/dev_environ.rst
+++ b/docs/devguide/dev_environ.rst
@@ -199,10 +199,21 @@ Items->System->Advanced System Setttings->Environment Variables
|macosx-logo| macOS
-------------------
+With homebrew:
+
.. code:: console
- brew install pyenv
- pyenv install 3.6.4
+ brew install pipenv
+
+With pipsi:
+
+.. code:: console
+
+ curl https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | python3 - --src=git+https://github.com/mitsuhiko/pipsi.git\#egg=pipsi
+ echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
+ source ~/.bashrc
+ pipsi install pew
+ pipsi install pipenv
.. _projects-pygobject-dependencies: