Skip to content

Commit ec37a24

Browse files
Add installation from conda instructions
1 parent c5191b0 commit ec37a24

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

docs/source/install.rst

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,37 @@ Installation
1010
============
1111

1212
It is currently only possible to install ``libsemigroups_pybind11`` from its
13-
sources. We plan to add the option of installing with ``conda`` and possibly
14-
``pip`` in the future.
13+
sources. We plan to add the option of installing with ``pip`` in the future.
14+
15+
Installing with conda
16+
---------------------
17+
18+
This installation method assumes that you have anaconda or miniconda installed.
19+
See the `getting started`_ and `miniconda download page`_ on the conda_
20+
website.
21+
22+
.. _getting started: http://bit.ly/33B0Vfs
23+
.. _miniconda download page: https://conda.io/miniconda.html
24+
.. _conda: https://conda.io/
25+
26+
It might be a good idea to create and activate a conda environment to contain
27+
the installation of the ``libsemigroups_pybind11``:
28+
29+
::
30+
31+
conda create --name libsemigroups
32+
conda activate libsemigroups
33+
34+
Install ``libsemigroups_pybind11``:
35+
36+
::
37+
38+
conda install -c conda-forge libsemigroups_pybind11
39+
40+
.. warning::
41+
42+
At present this does not work for Macs with M1 processors.
43+
1544

1645
From the sources
1746
----------------

0 commit comments

Comments
 (0)