From 8d488a9c8e4edadea9e10b9d8425a6f0082b9dbf Mon Sep 17 00:00:00 2001 From: birgits Date: Tue, 16 Jan 2024 12:12:45 -0800 Subject: [PATCH] Update documentation --- README.rst | 4 ++-- doc/getting_started.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index fad1a1b..a0cad42 100644 --- a/README.rst +++ b/README.rst @@ -33,13 +33,13 @@ Go to the `download page = 3.6) environment, use pypi to install the latest windpowerlib version: +If you have a working Python 3 environment, use pypi to install the latest windpowerlib version: :: pip install windpowerlib -The windpowerlib is designed for Python 3 and tested on Python >= 3.5. We highly recommend to use virtual environments. +The windpowerlib is designed for Python 3 and tested on Python >= 3.10. We highly recommend to use virtual environments. Please see the `installation page `_ of the oemof documentation for complete instructions on how to install python and a virtual environment on your operating system. Optional Packages diff --git a/doc/getting_started.rst b/doc/getting_started.rst index d2a0d83..169f336 100644 --- a/doc/getting_started.rst +++ b/doc/getting_started.rst @@ -43,7 +43,7 @@ If you have a working Python 3 environment, use pypi to install the latest windp pip install windpowerlib -The windpowerlib is designed for Python 3 and tested on Python >= 3.5. We highly recommend to use virtual environments. +The windpowerlib is designed for Python 3 and tested on Python >= 3.10. We highly recommend to use virtual environments. Please see the `installation page `_ of the oemof documentation for complete instructions on how to install python and a virtual environment on your operating system. Optional Packages