Skip to content

Commit 44da97d

Browse files
committed
Minor changes
1 parent 386c539 commit 44da97d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/getting_started.rst

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

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:
2727

2828
::
2929

3030
pip install windpowerlib
3131

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.
3333
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
~~~~~~~~~~~~~~~~~
3737

3838
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>`_.
39-
Matplotlib can be installed using pip3:
39+
Matplotlib can be installed using pip:
4040

4141
::
4242

0 commit comments

Comments
 (0)