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: 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,20 +23,20 @@ Go to the `download page <http://readthedocs.org/projects/windpowerlib/downloads
23
23
Installation
24
24
============
25
25
26
-
If you have a working Python 3 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:
27
27
28
28
::
29
29
30
30
pip install windpowerlib
31
31
32
-
The windpowerlib is designed for Python 3 and tested on Python >= 3.5.
32
+
The windpowerlib is designed for Python 3 and tested on Python >= 3.5. We highly recommend to use virtual environments.
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 and a virtual environment on your operating system.
34
34
35
35
Optional Packages
36
36
~~~~~~~~~~~~~~~~~
37
37
38
38
To see the plots of the windpowerlib example in the :ref:`examplereference-label` section you should `install the matplotlib package <http://matplotlib.org/users/installing.html>`_.
0 commit comments