Skip to content

Commit

Permalink
DOC: clear the installation instructions (#660)
Browse files Browse the repository at this point in the history
* DOC: clear the installation instructions

* delete dockerfile as well
  • Loading branch information
martinfleis authored Oct 22, 2024
1 parent 0bae02b commit d831976
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 114 deletions.
26 changes: 1 addition & 25 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,30 +56,6 @@ installing using pip only::
pip install momepy


Using Docker
------------

You can also use `Dockerfile <https://github.com/pysal/momepy/tree/main/environments>`_
to build minimal a environment for momepy, or
get the official image from Docker Hub::

docker pull martinfleis/momepy:<version>

For example::

docker pull martinfleis/momepy:0.4

Note that images are available from version 0.4.

See more in the
`ReadMe <https://github.com/pysal/momepy/blob/main/environments/Readme.md>`_

If you need the full stack of geospatial Python libraries, use `darribas/gds_env <https://darribas.org/gds_env/>`_
which provides the updated platform for Geographic Data Science (including momepy)::

docker pull darribas/gds_py


Install from the repository
---------------------------

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

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

pip install git+git://github.com/pysal/momepy.git
pip install git+https://github.com/pysal/momepy.git

Installing directly from repository might face the same dependency issues as
described above regarding installing using pip. To ensure that environment is
Expand Down
56 changes: 0 additions & 56 deletions environments/Dockerfile

This file was deleted.

33 changes: 0 additions & 33 deletions environments/Readme.md

This file was deleted.

0 comments on commit d831976

Please sign in to comment.