summaryrefslogtreecommitdiff
path: root/docs/getting_started.rst
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-04-13 21:08:08 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-13 21:09:53 +0200
commit064a9baef0c9df7ae0cf3cace6d405bf78b01241 (patch)
tree26d3a8282f8a16dd595e4f0e49687a422e96ce4c /docs/getting_started.rst
parent2a5946ce67db7933061f3a630a9e59ed193a416d (diff)
downloadpygobject-064a9baef0c9df7ae0cf3cace6d405bf78b01241.tar.gz
docs: update homebrew install instructions
Things default to Python3 now
Diffstat (limited to 'docs/getting_started.rst')
-rw-r--r--docs/getting_started.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index f3e746bd..4cee81af 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -102,7 +102,7 @@ and their dependencies. Follow the instructions for your platform below.
1) Go to https://brew.sh/ and install homebrew
2) Open a terminal
-3) Execute ``brew install pygobject3 --with-python3 gtk+3`` to install for both python2 and python3
+3) Execute ``brew install pygobject3 --with-python@2 gtk+3`` to install for both python2 and python3
4) Change the directory to where your ``hello.py`` script can be found (e.g. ``cd Desktop``)
5) Run ``python3 hello.py``