We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698142d commit 2570d86Copy full SHA for 2570d86
docs/index.md
@@ -16,8 +16,8 @@ title: pygeoapi - an OGC API to geospatial data
16
## Install in 5 minutes
17
```python
18
# Python 3.12 recommended
19
-python3 -m venv pygeoapi
20
-cd pygeoapi
+python3 -m venv venv
+cd venv
21
. bin/activate
22
git clone https://github.com/geopython/pygeoapi.git
23
cd pygeoapi
docs/presentations/foss4g2025/index.html
@@ -105,8 +105,8 @@ <h1>Project Overview</h1>
105
<h1>Install in 5 minutes</h1>
106
<pre><code data-trim>
107
108
109
110
111
112
0 commit comments