File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 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
77operating in a python 3 environment.
88
99Installing 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+
1225libpysal is available on the `Python Package Index `_. Therefore, you can either
1326install directly with `pip ` from the command line::
1427
@@ -36,8 +49,9 @@ your fork. By making changes
3649to your local clone and submitting a pull request to `pysal/libpysal `_, you can
3750contribute 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/
You can’t perform that action at this time.
0 commit comments