diff options
author | kali <kali@leap.se> | 2013-01-24 03:29:21 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-24 03:29:21 +0900 |
commit | 88159d703e9b75d3cb0c192e7d7ae92d9d8c67bc (patch) | |
tree | d3ab3f9104fad50b017749ac39a8f2c7fcb07722 /docs/dev | |
parent | fea677bb0e3c9ec43353f644879636b9a63a3634 (diff) |
update docs about system files
Diffstat (limited to 'docs/dev')
-rw-r--r-- | docs/dev/environment.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/environment.rst b/docs/dev/environment.rst index 3c2b0291..33310b91 100644 --- a/docs/dev/environment.rst +++ b/docs/dev/environment.rst @@ -81,7 +81,7 @@ A second option if that does not work for you would be to install PyQt globally $ apt-get install python-qt4 $ virtualenv --site-packages . -Or, if you prefer, you can also `download the official PyQt tarball<http://www.riverbankcomputing.com/software/pyqt/download>`_ and execute ``configure.py`` in the root folder of their distribution, which generates a ``Makefile``:: +Or, if you prefer, you can also `download the official PyQt tarball <http://www.riverbankcomputing.com/software/pyqt/download>`_ and execute ``configure.py`` in the root folder of their distribution, which generates a ``Makefile``:: $ python configure.py $ make && make install @@ -90,7 +90,7 @@ Or, if you prefer, you can also `download the official PyQt tarball<http://www.r this section could be completed with useful options that can be passed to the virtualenv command (e.g., to make portable paths, site-packages, ...). -.. _files: +.. _copyscriptfiles: Copy script files ----------------- |