aboutsummaryrefslogtreecommitdiffstats
path: root/docs/building
diff options
context:
space:
mode:
authorpatricktokeeffe <patricktokeeffe@users.noreply.github.com>2014-06-07 12:21:13 -0700
committerpatricktokeeffe <patricktokeeffe@users.noreply.github.com>2014-06-07 12:21:13 -0700
commit8bbc5eeca007f273e654c04bf1fbb0cd031b5392 (patch)
treedf8de046847e4c114f3c4b24252bd7196a93c23f /docs/building
parent2ca10ab6f09c518f6aa7ed7aa6b3a1b62047c813 (diff)
Update linux.rst
Diffstat (limited to 'docs/building')
-rw-r--r--docs/building/linux.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/building/linux.rst b/docs/building/linux.rst
index 2c136ce48..283579507 100644
--- a/docs/building/linux.rst
+++ b/docs/building/linux.rst
@@ -101,10 +101,12 @@ Building PySide distribution from a Git repository
Installing PySide distribution
------------------------------
-#. After the successful build, install the distribution with ``pip``:
+#. After the successful build, install the distribution with ``pip``. The file name may vary depending on your platform so look into the ``dist`` directory for the correct name:
::
+ $ ls dist
+ PySide-1.2.2-cp27-none-linux-x86_64.whl
$ sudo pip2.7 install dist/PySide-1.2.2-cp27-none-linux-x86_64.whl
#. Run the post-install script to finish the package configuration:
@@ -135,7 +137,7 @@ Installing PySide distribution into ``virtual`` Python environment
$ cd env
-#. Install the distribution with ``pip``:
+#. Install the distribution with ``pip`` (wheel binary file name may vary by platform):
::