Installation
============

If you do not already have Anaconda installed, please download it via the
`downloads page <http://anaconda.com/downloads.html>`_ and install it.

IOPro is included with `Anaconda Workgroup and Anaconda Enterprise
subscriptions <https://www.anaconda.com/content/anaconda-subscriptions>`_.

To start a 30-day free trial just download and install the IOPro package.

If you already have `Anaconda <http://anaconda.com/downloads.html>`_ (free
Python platform) or `Miniconda <http://conda.io/miniconda.html>`
installed::

    conda update conda
    conda install iopro

If you do not have Anaconda installed, you can `download it
<http://anaconda.com/downloads.html>`_.

For more information about IOPro please contact `sales@anaconda.com
<mailto:sales@anaconda.com>`_.

IOPro Update Instructions
-------------------------

If you have Anaconda (free Python platform) installed, first update
the conda package management tool to the latest version, then use conda
to update the IOPro product installation::

    conda update conda
    conda update iopro

Uninstall
---------

To uninstall using conda::

    conda remove iopro


Installing license
------------------

The IOPro license can be installed with the graphical Anaconda Navigator license 
manager or manually with your operating system. In your organization this may be 
handled by your site administrator or IT department. Both installation methods 
are explained in the :doc:`License installation <../anaconda/user-guide/tasks/install-licenses>` 
page.
