Skip to content

Commit

Permalink
doc: Can also install from github with pip
Browse files Browse the repository at this point in the history
Also fix release notes bug from scipy 2.0.0 to 1.0.0.
  • Loading branch information
nworbmot committed Nov 30, 2017
1 parent 8560277 commit 715c7b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ If you have the Python package installer ``pip`` then just run::

pip install pypsa

If you're feeling adventurous, you can also install the latest master branch from github with::

pip install git+https://github.com/PyPSA/PyPSA.git

"Manual" installation with setuptools
=====================================

Expand Down
2 changes: 1 addition & 1 deletion doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This release contains new features and bug fixes.
is a subtle bug; we hope we've fixed all instances of it, but get in
touch if you notice NaNs creeping in where they shouldn't be. All
our tests run fine.
* Bug fix due to changes in scipy 2.0.0: For the new version of scipy,
* Bug fix due to changes in scipy 1.0.0: For the new version of scipy,
``csgraph`` has to be imported explicit.
* Bug fix: A bug whereby logging level was not always correctly being
seen by the OPF results printout is fixed.
Expand Down

0 comments on commit 715c7b0

Please sign in to comment.