Commit d831976 1 parent 0bae02b commit d831976 Copy full SHA for d831976
File tree 3 files changed +1
-114
lines changed
3 files changed +1
-114
lines changed Original file line number Diff line number Diff line change @@ -56,30 +56,6 @@ installing using pip only::
56
56
pip install momepy
57
57
58
58
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
-
83
59
Install from the repository
84
60
---------------------------
85
61
@@ -93,7 +69,7 @@ installing momepy from local directory::
93
69
94
70
Alternatively, you can install the latest version directly from GitHub::
95
71
96
- pip install git+git ://github.com/pysal/momepy.git
72
+ pip install git+https ://github.com/pysal/momepy.git
97
73
98
74
Installing directly from repository might face the same dependency issues as
99
75
described above regarding installing using pip. To ensure that environment is
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments