Skip to content

Commit d831976

Browse files
authored
DOC: clear the installation instructions (pysal#660)
* DOC: clear the installation instructions * delete dockerfile as well
1 parent 0bae02b commit d831976

File tree

3 files changed

+1
-114
lines changed

3 files changed

+1
-114
lines changed

docs/install.rst

+1-25
Original file line numberDiff line numberDiff line change
@@ -56,30 +56,6 @@ installing using pip only::
5656
pip install momepy
5757

5858

59-
Using Docker
60-
------------
61-
62-
You can also use `Dockerfile <https://github.com/pysal/momepy/tree/main/environments>`_
63-
to build minimal a environment for momepy, or
64-
get the official image from Docker Hub::
65-
66-
docker pull martinfleis/momepy:<version>
67-
68-
For example::
69-
70-
docker pull martinfleis/momepy:0.4
71-
72-
Note that images are available from version 0.4.
73-
74-
See more in the
75-
`ReadMe <https://github.com/pysal/momepy/blob/main/environments/Readme.md>`_
76-
77-
If you need the full stack of geospatial Python libraries, use `darribas/gds_env <https://darribas.org/gds_env/>`_
78-
which provides the updated platform for Geographic Data Science (including momepy)::
79-
80-
docker pull darribas/gds_py
81-
82-
8359
Install from the repository
8460
---------------------------
8561

@@ -93,7 +69,7 @@ installing momepy from local directory::
9369

9470
Alternatively, you can install the latest version directly from GitHub::
9571

96-
pip install git+git://github.com/pysal/momepy.git
72+
pip install git+https://github.com/pysal/momepy.git
9773

9874
Installing directly from repository might face the same dependency issues as
9975
described above regarding installing using pip. To ensure that environment is

environments/Dockerfile

-56
This file was deleted.

environments/Readme.md

-33
This file was deleted.

0 commit comments

Comments
 (0)