Skip to content

Commit 95be8ad

Browse files
authored
update 5 minute install
1 parent f49f25e commit 95be8ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ pygeoapi is a Python server implementation of the [OGC API suite of standards](h
1818
```bash
1919
# Python 3.12 recommended
2020
python3 -m venv venv
21-
cd venv
22-
. bin/activate
21+
. venv/bin/activate
2322
git clone https://github.com/geopython/pygeoapi.git
2423
cd pygeoapi
2524
pip3 install -r requirements.txt

0 commit comments

Comments
 (0)