Update installation docs to make sure pip is upgraded (#966)

This commit is contained in:
Jorge Martínez Gómez
2022-08-27 11:56:30 +02:00
committed by GitHub
parent b640217900
commit 1e3e50995e
+1
View File
@@ -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