1. Obtain a local copy of the appropriate Anaconda installer for the non-networked machine. You can copy the Anaconda installer to the target machine using many different methods, including a portable hard drive, USB drive, or CD.

  2. After copying the installer to the non-networked machine, follow the detailed installation instructions for your operating system.

    Install offline copies of docs.anaconda.com, business-docs.anaconda.com, and enterprise-docs.anaconda.com by installing the conda package anaconda-docs:

    conda install anaconda-docs
    

    After installing anaconda-docs, you can find the downloaded documentation in your environment’s share/doc folder.

    For example, if the environment where you installed anaconda-docs is called doc-environment, you can find the downloaded documentation in anaconda3/envs/doc-environment/share/doc.

Was this page helpful?