From 1e3e50995e5d937e9a2d3d5f33a1912bea623fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Sat, 27 Aug 2022 11:56:30 +0200 Subject: [PATCH] Update installation docs to make sure pip is upgraded (#966) --- docs/source/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index d8c471a..ba0847f 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -25,6 +25,7 @@ For developers and the truly impatient . bin/activate git clone https://github.com/geopython/pygeoapi.git cd pygeoapi + pip install --upgrade pip pip install -r requirements.txt python setup.py install cp pygeoapi-config.yml example-config.yml