Skip to content

Commit c049bb8

Browse files
sjsreyMgeeeeK
authored andcommitted
DOC: Installation instructions updated
1 parent 13414ed commit c049bb8

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

docsrc/installation.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,25 @@
33
Installation
44
============
55

6-
libpysal supports python `3.5`_ and `3.6`_ only. Please make sure that you are
6+
libpysal supports python >= `3.6`_ only. Please make sure that you are
77
operating in a python 3 environment.
88

99
Installing released version
1010
---------------------------
1111

12+
conda
13+
+++++
14+
15+
libpysal is available through conda::
16+
17+
18+
conda install -c conda-forge libpysal
19+
20+
21+
pypi
22+
++++
23+
24+
1225
libpysal is available on the `Python Package Index`_. Therefore, you can either
1326
install directly with `pip` from the command line::
1427

@@ -36,8 +49,9 @@ your fork. By making changes
3649
to your local clone and submitting a pull request to `pysal/libpysal`_, you can
3750
contribute to libpysal development.
3851

39-
.. _3.5: https://docs.python.org/3.5/
4052
.. _3.6: https://docs.python.org/3.6/
53+
.. _3.7: https://docs.python.org/3.7/
54+
.. _3.8: https://docs.python.org/3.8/
4155
.. _Python Package Index: https://pypi.org/project/libpysal/
4256
.. _pysal/libpysal: https://github.com/pysal/libpysal
4357
.. _fork: https://help.github.com/articles/fork-a-repo/

0 commit comments

Comments
 (0)