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
@@ -19,13 +24,13 @@ Go to the `download page <http://readthedocs.org/projects/windpowerlib/downloads
19
24
Installation
20
25
============
21
26
22
-
If you have a working Python3 environment, use pypi to install the latest windpowerlib version.
27
+
If you have a working Python3 environment, use pypi to install the latest windpowerlib version. We highly recommend to use virtual environments.
23
28
24
29
::
25
30
26
-
pip3 install windpowerlib
31
+
pip install windpowerlib
27
32
28
-
So far, the windpowerlib is mainly tested on python 3.4 but seems to work down to 2.7.
33
+
So far, the windpowerlib is tested on python > 3.5 but seems to work down to 2.7.
29
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.
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,13 +23,13 @@ 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.
26
+
If you have a working Python3 environment, use pypi to install the latest windpowerlib version. We highly recommend to use virtual environments.
27
27
28
28
::
29
29
30
-
pip3 install windpowerlib
30
+
pip install windpowerlib
31
31
32
-
So far, the windpowerlib is mainly tested on python 3.4 but seems to work down to 2.7.
32
+
So far, the windpowerlib is tested on python > 3.5 but seems to work down to 2.7.
33
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.
0 commit comments