Skip to content

Commit

Permalink
Update README, test new images
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Jun 6, 2024
1 parent 172891d commit 6284635
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@


# geocompy

[![Render](https://github.com/geocompx/geocompy/actions/workflows/main.yaml/badge.svg)](https://github.com/geocompx/geocompy/actions/workflows/main.yaml)
<!-- [![Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/geocompr/py/main?urlpath=lab/tree/ipynb) -->
[![Open in GitHub
Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=447558863)

<https://py.geocompx.org>
Geocomputation with Python is an open source book project that will be
published as a physical book. We are developing it in the open and
publishing an up-to-date online version at <https://py.geocompx.org>.

## Dependencies

Running the code in this book requires the following:
Running the code that is part of Geocomputation with Python (geocompy
for short) requires the following dependencies to be installed:

1. Python dependencies, which can be installed with
[`pip`](https://pypi.org/project/pip/), a package manager or a
Expand Down Expand Up @@ -37,13 +43,8 @@ a way to test changes and contribute fixes in an instant.

To run the book in Codespaces, click on the link below.

<figure>
<a
href="https://github.com/codespaces/new?hide_repo_select=true&amp;ref=main&amp;repo=447558863"><img
src="https://github.com/codespaces/badge.svg"
alt="Open in GitHub Codespaces" /></a>
<figcaption>Open in GitHub Codespaces</figcaption>
</figure>
[![Open in GitHub
Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=447558863)

You should [see](https://github.com/geocompx/geocompy/issues/114)
something like this, the result of running all the code in the book by
Expand Down
7 changes: 5 additions & 2 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ format: gfm
<!-- [![Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/geocompr/py/main?urlpath=lab/tree/ipynb) -->
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=447558863)

<https://py.geocompx.org>
Geocomputation with Python is an open source book project that will be published as a physical book.
We are developing it in the open and publishing an up-to-date online version at <https://py.geocompx.org>.

Running the code in this book requires the following:
## Dependencies

Running the code that is part of Geocomputation with Python (geocompy for short) requires the following dependencies to be installed:

1. Python dependencies, which can be installed with [`pip`](https://pypi.org/project/pip/), a package manager or a [Docker](https://docs.docker.com/get-docker/) container (see below)
2. An integrated development environment (IDE) such as [VS Code](https://code.visualstudio.com/) (running locally or on [Codespaces](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=447558863)/other host) or [Jupyter Notebook](https://github.com/geocompx/geocompy/tree/main/ipynb) for running and exploring the Python code interactively
Expand Down

0 comments on commit 6284635

Please sign in to comment.