Skip to content
Snippets Groups Projects
Commit 628c1989 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'miniforge-install-docs' into 'master'

Switch install docs to miniforge

See merge request !89
parents be9620fb 138416e2
No related branches found
No related tags found
1 merge request!89Switch install docs to miniforge
Pipeline #96781 passed
......@@ -17,20 +17,18 @@ MacOS support is in the works.
Everywhere else, just making sure you have the ``g++`` package should be
enough.
#. Installing `miniconda for Python 3 on 64-bit Linux <https://conda.io/miniconda.html>`_.
#. Install `miniforge <https://github.com/conda-forge/miniforge>`__.
#. ``export CONDA=/WHERE/YOU/INSTALLED/miniconda3``
#. ``export CONDA=/WHERE/YOU/INSTALLED/miniforge3``
If you accepted the default location, this should work:
``export CONDA=$HOME/miniconda3``
``export CONDA=$HOME/miniforge3``
#. ``$CONDA/bin/conda create -n dgfem``
#. ``source $CONDA/bin/activate dgfem``
#. ``conda config --add channels conda-forge``
#. ``conda install git pip pocl islpy pyopencl``
#. Type the following command::
......@@ -39,7 +37,7 @@ MacOS support is in the works.
Next time you want to use `grudge`, just run the following command::
source /WHERE/YOU/INSTALLED/miniconda3/bin/activate dgfem
source /WHERE/YOU/INSTALLED/miniforge3/bin/activate dgfem
You may also like to add this to a startup file (like :file:`$HOME/.bashrc`) or create an alias for it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment