.. currentmodule:: geocat.comp

.. _quick_install:

Quick Installation
==================

For complete instructions on the various ways to install geocat-comp (e.g.
via pip or source), head to the complete `installation <../installation.rst>`__ page.

Installing GeoCAT-comp in a Pre-existing Conda Environment
----------------------------------------------------------

1.  Make sure your conda is up to date by running this command from the
    terminal::

        conda update conda

2.  Activate the conda environment where you intent to install ``geocat-comp``. In this example, the environment is called ``geocat``::

        conda activate geocat

3. Install geocat-comp::

        conda install -c conda-forge geocat-comp
