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
OrgNamewith the organization or username andPACKAGEwith 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,OrgNamewith the organization name or username andPACKAGEwith the package name.