File tree 1 file changed +31
-2
lines changed
1 file changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,37 @@ Installation
10
10
============
11
11
12
12
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
+
15
44
16
45
From the sources
17
46
----------------
You can’t perform that action at this time.
0 commit comments