Skip to content

Commit b7b980c

Browse files
mention conda setup
1 parent 5d6a495 commit b7b980c

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

doc/source/setup.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@ See:
77
* http://flintlib.org/
88
* http://arblib.org/
99

10-
Python-FLINT is available on PyPI (the Python Package Index):
11-
12-
* https://pypi.org/project/python-flint/
13-
10+
Python-FLINT is available on PyPI, the Python Package Index
11+
(https://pypi.org/project/python-flint/).
1412
The latest release can be installed using::
1513

1614
pip install python-flint
1715

18-
Python-FLINT can also be installed git checkout or a source archive
16+
Python-FLINT is also available on conda-forge
17+
(https://anaconda.org/conda-forge/python-flint).
18+
It can be installed using::
19+
20+
conda install -c conda-forge python-flint
21+
22+
Python-FLINT can also be installed from a local git checkout or a source archive
1923
as follows::
2024

2125
pip install .

0 commit comments

Comments
 (0)