Skip to content

Commit 2570d86

Browse files
committed
update install
1 parent 698142d commit 2570d86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ title: pygeoapi - an OGC API to geospatial data
1616
## Install in 5 minutes
1717
```python
1818
# Python 3.12 recommended
19-
python3 -m venv pygeoapi
20-
cd pygeoapi
19+
python3 -m venv venv
20+
cd venv
2121
. bin/activate
2222
git clone https://github.com/geopython/pygeoapi.git
2323
cd pygeoapi

docs/presentations/foss4g2025/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ <h1>Project Overview</h1>
105105
<h1>Install in 5 minutes</h1>
106106
<pre><code data-trim>
107107
# Python 3.12 recommended
108-
python3 -m venv pygeoapi
109-
cd pygeoapi
108+
python3 -m venv venv
109+
cd venv
110110
. bin/activate
111111
git clone https://github.com/geopython/pygeoapi.git
112112
cd pygeoapi

0 commit comments

Comments
 (0)