summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Yeaw <dan@yeaw.me>2018-03-06 22:45:36 -0500
committerDan Yeaw <dan@yeaw.me>2018-03-06 22:45:36 -0500
commit41e4524c71eb5cbbb0fcca640596cf38d1bd31f6 (patch)
tree7d97e5604e73eb272846577918a6168dfa6b762f /docs
parent44244816844ef819dbd6ce6ac66eb6260a23aac9 (diff)
downloadpygobject-41e4524c71eb5cbbb0fcca640596cf38d1bd31f6.tar.gz
Link to the dev environment page
Signed-off-by: Dan Yeaw <dan@yeaw.me>
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index fe2a6a44..f07eb1c7 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -126,3 +126,7 @@ dependencies are present yourself as pip will only take care of pycairo.
source myvenv/bin/activate
pip install pygobject
python hello.py
+
+
+For more details on how to use a virtualenv with PyGObject, see the
+":ref:`devenv`" page.