Skip to content

Commit

Permalink
Modified install instructions in SKiDL SPICE manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Vandenbout committed Feb 20, 2018
1 parent 00bfa0d commit a8e8ff8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/spice-sim-intro/spice-sim-intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit a8e8ff8

Please sign in to comment.