From 207c99a5a664c5ad8667be4aedb1c91edd5d18ba Mon Sep 17 00:00:00 2001 From: Luke Parkinson <41398636+LukeParky@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:51:56 +1300 Subject: [PATCH] Fix venv directory typo in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 74be39f..05e82c2 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ The app depends on PyWPS and several other libraries that are listed in ``requirements.txt``. It is advisable to run it using a python virtualenv to prevent package instalation problems:: $ virtualenv -p python3 pywps_flask_env - $ cd pywps_flask_dir + $ cd pywps_flask_env $ . bin/activate $ git clone https://github.com/geopython/pywps-flask $ cd pywps-flask