aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2014-04-30 15:01:15 +0200
committerChristian Tismer <tismer@stackless.com>2014-04-30 15:01:15 +0200
commit621aefade0b02091af9595d32227b95ff0d8ebf8 (patch)
tree9356ac8c61dcb8578ea521fb4394a15270a323f9 /README.rst
parenta983c281337151479e762a327551de72c0eaf1fb (diff)
add dollar sign to commands
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 4a0dc6ef3..3e786c6fe 100644
--- a/README.rst
+++ b/README.rst
@@ -69,7 +69,7 @@ Alternatively you can use `Homebrew <http://brew.sh/>`_ and install Qt with
::
- brew install qt
+ $ brew install qt
To install PySide on Mac OS X you can choose from the following options:
@@ -77,26 +77,26 @@ To install PySide on Mac OS X you can choose from the following options:
::
- pip install -U PySide --use-wheel -f http://download.qt-project.org/official_releases/pyside/
+ $ pip install -U PySide --use-wheel -f http://download.qt-project.org/official_releases/pyside/
#. Use setuptools to install the `egg` binary packages (deprecated):
::
- easy_install -U PySide
+ $ easy_install -U PySide
After the installation, the following call must be made manually:
::
- pyside_postinstall.py -install
+ $ pyside_postinstall.py -install
If for some reason the script is not callable, it can alternatively be
run directly by:
::
- python $(which pyside_postinstall.py) -install
+ $ python $(which pyside_postinstall.py) -install
Installing PySide on a UNIX System