You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,14 @@ Go to the `download page <http://readthedocs.org/projects/windpowerlib/downloads
24
24
Installation
25
25
============
26
26
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.
28
28
29
29
::
30
30
31
31
pip install windpowerlib
32
32
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.
Copy file name to clipboardExpand all lines: doc/getting_started.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@ Go to the `download page <http://readthedocs.org/projects/windpowerlib/downloads
23
23
Installation
24
24
============
25
25
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.
27
27
28
28
::
29
29
30
30
pip install windpowerlib
31
31
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.
0 commit comments