From 715c7b049446868d4b6ce6e30f12d0ccda22ed96 Mon Sep 17 00:00:00 2001 From: Tom Brown Date: Thu, 30 Nov 2017 21:30:00 +0100 Subject: [PATCH] doc: Can also install from github with pip Also fix release notes bug from scipy 2.0.0 to 1.0.0. --- doc/installation.rst | 4 ++++ doc/release_notes.rst | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/installation.rst b/doc/installation.rst index 886277cfb..e6ee35a47 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -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 ===================================== diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 7ccad0842..c4a76cdc5 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -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.