Assume the user wants a system-wide install.

pull/61/head
Christian T. Jacobs 2017-07-06 00:50:06 +01:00
rodzic 7e28366aae
commit 660d993bc1
2 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -30,11 +30,11 @@ Assuming that the current working directory is PyQSO's base directory (the direc
python3 bin/pyqso
If the `pip3` package manager is available on your system then PyQSO can be installed using:
If the `pip3` package manager is available on your system then PyQSO can be installed system-wide using:
make install
sudo make install
Note that `sudo` may also be needed here for system-wide installation. Once installed, the following command will run PyQSO:
Once installed, the following command will run PyQSO:
pyqso

Wyświetl plik

@ -25,13 +25,13 @@ Assuming that the current working directory is PyQSO's base directory (the direc
python3 bin/pyqso
If the ``pip3`` package manager is available on your system then PyQSO can be installed using:
If the ``pip3`` package manager is available on your system then PyQSO can be installed system-wide using:
.. code-block:: bash
make install
sudo make install
Note that ``sudo`` may also be needed here for system-wide installation. Once installed, the following command will run PyQSO:
Once installed, the following command will run PyQSO:
.. code-block:: bash