.. _Installation: Installation and Configuration ============================== Setting up python ----------------- If you are experienced with python and installing packages, go to the :ref:`next section `. If you are new to python, we recommend using `Anaconda `_ - see the `Anaconda guide `_ for more information. Anaconda may be available at your institution through your IT provider - **note we do not offer support for installing Anaconda/python**. If you're using Anaconda, run the following command in your Anaconda enabled terminal to install the ``pip`` package manager. .. code-block:: bash conda install pip .. _pip_install: Installation ------------ The ``orto`` python package and its command line interface can be installed using the ``pip`` package manager .. code-block:: bash pip install orto To test your installation was successful, run the following command .. code-block:: bash orto -h You should see the help text for ``orto``. You are now ready to start using ``orto``, head to the :ref:`guide` pages for more information, or over to :ref:`configuration` to customise your installation. .. _updating: Updating -------- To update ``orto``, run .. code-block:: bash pip install orto --upgrade