Skip to content

Commit 7d7dedb

Browse files
committed
Adapt Readme and getting started to point out the supported versions
1 parent 6422ba1 commit 7d7dedb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Go to the `download page <http://readthedocs.org/projects/windpowerlib/downloads
2424
Installation
2525
============
2626

27-
If you have a working Python3 environment, use pypi to install the latest windpowerlib version. We highly recommend to use virtual environments.
27+
If you have a working Python 3 environment, use pypi to install the latest windpowerlib version. We highly recommend to use virtual environments.
2828

2929
::
3030

3131
pip install windpowerlib
3232

33-
So far, the windpowerlib is tested on python > 3.5 but seems to work down to 2.7.
34-
Please see the `installation page <http://oemof.readthedocs.io/en/stable/installation_and_setup.html>`_ of the oemof documentation for complete instructions on how to install python on your operating system.
33+
The windpowerlib is designed for Python 3 and tested on Python >= 3.5.
34+
Please see the `installation page <http://oemof.readthedocs.io/en/stable/installation_and_setup.html>`_ of the oemof documentation for complete instructions on how to install python and a virtual environment on your operating system.
3535

3636
Optional Packages
3737
~~~~~~~~~~~~~~~~~

doc/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Go to the `download page <http://readthedocs.org/projects/windpowerlib/downloads
2323
Installation
2424
============
2525

26-
If you have a working Python3 environment, use pypi to install the latest windpowerlib version. We highly recommend to use virtual environments.
26+
If you have a working Python 3 environment, use pypi to install the latest windpowerlib version. We highly recommend to use virtual environments.
2727

2828
::
2929

3030
pip install windpowerlib
3131

32-
So far, the windpowerlib is tested on python > 3.5 but seems to work down to 2.7.
33-
Please see the `installation page <http://oemof.readthedocs.io/en/stable/installation_and_setup.html>`_ of the oemof documentation for complete instructions on how to install python on your operating system.
32+
The windpowerlib is designed for Python 3 and tested on Python >= 3.5.
33+
Please see the `installation page <http://oemof.readthedocs.io/en/stable/installation_and_setup.html>`_ of the oemof documentation for complete instructions on how to install python and a virtual environment on your operating system.
3434

3535
Optional Packages
3636
~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)