From a8e8ff8088a3a159ea0591bee29a2ce9d34a100d Mon Sep 17 00:00:00 2001 From: Dave Vandenbout Date: Tue, 20 Feb 2018 17:03:13 -0500 Subject: [PATCH] Modified install instructions in SKiDL SPICE manual. --- examples/spice-sim-intro/spice-sim-intro.ipynb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/spice-sim-intro/spice-sim-intro.ipynb b/examples/spice-sim-intro/spice-sim-intro.ipynb index cbfab66d..ff80d772 100644 --- a/examples/spice-sim-intro/spice-sim-intro.ipynb +++ b/examples/spice-sim-intro/spice-sim-intro.ipynb @@ -346,7 +346,13 @@ "\n", " pip install skidl\n", " \n", - "This will also install PySpice." + "After that, you'll have to manually install PySpice (***it must be version 1.2.0 or higher***):\n", + "\n", + " pip install \"PySpice>=1.2.0\"\n", + "\n", + "If the 1.2.0 version is not available on PyPi, you'll have to install the development version like this:\n", + " \n", + " pip install git+https://github.com/FabriceSalvaire/PySpice\n" ] }, {