====================================
Downloading and installing a package
====================================


To download a package using the Web UI, in a web browser, navigate
to the organization's or user's channel.

To download a package using Client:

* Run::

    conda install anaconda-client
    anaconda login
    conda install -c OrgName PACKAGE

  NOTE: Replace ``OrgName`` with the organization or username
  and ``PACKAGE`` with the package name.

* Or run::

    conda install anaconda-client
    anaconda login
    conda install -c https://conda.<your-anaconda-repo>/OrgName PACKAGE

  NOTE: Replace ``<your-anaconda-repo>`` with the name of your
  local Repository, ``OrgName`` with the organization name or
  username and ``PACKAGE`` with the package name.
