From 7de2388eb314efcd1f6dea40dafc9e99928649b7 Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Thu, 14 Sep 2017 12:02:35 -0500 Subject: [PATCH] update install notes [skip ci] --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4f2e656..841ebd9 100644 --- a/README.rst +++ b/README.rst @@ -46,9 +46,12 @@ data parsing code, by smoothing over some of the differences between various dat Getting Started --------------- -:: +.. code:: bash - pip3 install climata + # Recommended: create virtual environment + # python3 -m venv venv + # . venv/bin/activate + pip install climata See https://github.com/heigeo/climata to report any issues.