Skip to content

Commit

Permalink
Docs: Add instructions on how to install Conda. (#5339)
Browse files Browse the repository at this point in the history
Similar to already existing documentation on installing conda as part of
the system-wide installation path.

Resolves #5308.
  • Loading branch information
csadorf authored Feb 1, 2022
1 parent a1f8d65 commit dce0041
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/intro/install_conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ If you want to install AiiDA onto you own personal workstation/laptop, it is rec

**Install prerequisite services + AiiDA (core)**

*Install all required services and the aiida-core package in a Conda environment.*

#. Make sure that conda is installed, e.g., by following `the instructions on installing Miniconda <https://docs.conda.io/en/latest/miniconda.html>`__.

#. Open a terminal and execute:

.. code-block:: console
$ conda create -n aiida -c conda-forge aiida-core aiida-core.services
Expand Down

0 comments on commit dce0041

Please sign in to comment.