diff --git a/doc/misc.rst b/doc/misc.rst index 58972997fc4c494dea447c3d78c337a408216118..5854134f2596f8a080dba135f55d3b9a10af73c2 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -16,21 +16,18 @@ This set of instructions is intended for 64-bit Linux and macOS computers. Everywhere else, just making sure you have the ``g++`` package should be enough. -#. Install your favorite variant of `miniconda `_. - (Both Python 2 and 3 should work. In the absence of other constraints, prefer Python 3.) +#. Install your favorite variant of `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 inteq`` #. ``source $CONDA/bin/activate inteq`` -#. ``conda config --add channels conda-forge`` - Then, on Linux: #. ``conda install cython git pip pocl islpy pyopencl sympy pyfmmlib pytest`` @@ -59,7 +56,7 @@ And on macOS: Next time you want to use :mod:`pytential`, just run the following command:: - source /WHERE/YOU/INSTALLED/miniconda3/bin/activate inteq + source /WHERE/YOU/INSTALLED/miniforge3/bin/activate inteq You may also like to add this to a startup file (like :file:`$HOME/.bashrc`) or create an alias for it.