We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6a495 commit b7b980cCopy full SHA for b7b980c
1 file changed
doc/source/setup.rst
@@ -7,15 +7,19 @@ See:
7
* http://flintlib.org/
8
* http://arblib.org/
9
10
-Python-FLINT is available on PyPI (the Python Package Index):
11
-
12
-* https://pypi.org/project/python-flint/
13
+Python-FLINT is available on PyPI, the Python Package Index
+(https://pypi.org/project/python-flint/).
14
The latest release can be installed using::
15
16
pip install python-flint
17
18
-Python-FLINT can also be installed git checkout or a source archive
+Python-FLINT is also available on conda-forge
+(https://anaconda.org/conda-forge/python-flint).
+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
23
as follows::
24
25
pip install .
0 commit comments