.. _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 ``extto`` python package and its command line interface can be installed using the ``pip`` package manager .. code-block:: bash pip install extto You are now ready to start using ``extto``, head to the :ref:`guide` pages for more information. .. _updating: Updating -------- To update ``extto``, run .. code-block:: bash pip install extto --upgrade