Updated running instructions.

pull/61/head
Christian T. Jacobs 2017-07-05 23:53:28 +01:00
rodzic 29aa5b4465
commit 443d12ab44
2 zmienionych plików z 13 dodań i 18 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ PyQSO is a contact logging tool for amateur radio operators.
Installation and running
------------------------
Assuming that the current working directory is PyQSO's base directory (the directory that the `Makefile` is in), PyQSO can be run via the terminal by issuing the following command:
Assuming that the current working directory is PyQSO's base directory (the directory that the `Makefile` is in), PyQSO can be run without installation by issuing the following command in the terminal:
python3 bin/pyqso

Wyświetl plik

@ -19,28 +19,23 @@ PyQSO depends on is provided in the ``README.md`` file.
Installation and running
------------------------
Assuming that the current working directory is PyQSO's base directory
(the directory that the ``Makefile`` is in), PyQSO can be installed via the
terminal with the following command:
.. code-block:: bash
make install
Note: ``sudo`` may be needed for this. Once installed, the following
command will run PyQSO:
.. code-block:: bash
pyqso
Alternatively, PyQSO can be run (without installing) with:
Assuming that the current working directory is PyQSO's base directory (the directory that the ``Makefile`` is in), PyQSO can be run without installation by issuing the following command in the terminal:
.. code-block:: bash
python3 bin/pyqso
from PyQSO's base directory.
If the ``pip3`` package manager is available on your system then PyQSO can be installed using:
.. code-block:: bash
make install
Note that ``sudo`` may also be needed here for system-wide installation. Once installed, the following command will run PyQSO:
.. code-block:: bash
pyqso
Command-line options
~~~~~~~~~~~~~~~~~~~~