************ Installation ************ There are two recommended ways of installing the Python package. Pick the one which is more convenient for you. Install with pip ================ You can install the Python package pyveu and all its dependencies using pip. Run the following command in a terminal. .. code-block:: console $ pip install pyveu Install from the repository =========================== As an alternative, it is possible to clone the development repository and install the package via the setup.py script. .. code-block:: console $ git clone https://gitlab.sauerburger.com/frank/pyveu $ cd pyveu $ python setup.py install This method is especially well suited if you want to install a development version on a different branch.