Skip to content

Commit

Permalink
Corrected an error in "Upgrading PyPSA"
Browse files Browse the repository at this point in the history
It says "pip install -U pandas" instead of "... pypsa"
  • Loading branch information
miek770 authored Sep 18, 2018
1 parent 629f256 commit a1a91a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ We recommend always keeping your PyPSA installation up-to-date, since
bugs get fixed and new features are added. To upgrade PyPSA with pip,
do at the command line::

pip install -U pandas
pip install -U pypsa

Don't forget to read the :doc:`release_notes` regarding API changes
that might require you to update your code.

0 comments on commit a1a91a6

Please sign in to comment.