Skip to content

Commit

Permalink
Merge pull request #91 from sasaray/master
Browse files Browse the repository at this point in the history
Adding eFEL to dependencies in the documentation
  • Loading branch information
sasaray committed Apr 27, 2017
2 parents 1a8d635 + 631c7fc commit e0c5996
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The following python libraries are required:
- wxPython
- inspyred
- pyelectro
- eFEL

The following libraries are recommended:
- neuron
Expand All @@ -38,6 +39,10 @@ You can get `numpy`, `scipy` and `inspyred` with `easy_install` or `pip` with th
or

easy_install install numpy

You can get eFEL with `pip`:

pip install efel

You can get `matplotlib` with the following command:

Expand Down
7 changes: 7 additions & 0 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The following python libraries are required:
- wxPython
- inspyred
- pyelectro
- eFEL

The following libraries are recommended:
- neuron
Expand All @@ -36,6 +37,12 @@ You can get `numpy`, `scipy` and `inspyred` with `easy_install` or `pip` with th
or

easy_install install numpy


You can get eFEL with `pip`:

pip install efel


You can get `matplotlib` with the following command:

Expand Down
Binary file modified html/.doctrees/environment.pickle
Binary file not shown.
Binary file modified html/.doctrees/install.doctree
Binary file not shown.
7 changes: 7 additions & 0 deletions html/_sources/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The following python libraries are required:
- wxPython
- inspyred
- pyelectro
- eFEL

The following libraries are recommended:
- neuron
Expand All @@ -36,6 +37,12 @@ You can get `numpy`, `scipy` and `inspyred` with `easy_install` or `pip` with th
or

easy_install install numpy


You can get eFEL with `pip`:

pip install efel


You can get `matplotlib` with the following command:

Expand Down
4 changes: 4 additions & 0 deletions html/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ <h2>Dependencies<a class="headerlink" href="#dependencies" title="Permalink to t
<li>wxPython</li>
<li>inspyred</li>
<li>pyelectro</li>
<li>eFEL</li>
</ul>
</dd>
<dt>The following libraries are recommended:</dt>
Expand All @@ -87,6 +88,9 @@ <h2>Dependencies<a class="headerlink" href="#dependencies" title="Permalink to t
<p>or</p>
<blockquote>
<div>easy_install install numpy</div></blockquote>
<p>You can get eFEL with <cite>pip</cite>:</p>
<blockquote>
<div>pip install efel</div></blockquote>
<p>You can get <cite>matplotlib</cite> with the following command:</p>
<blockquote>
<div><p>Debian / Ubuntu : sudo apt-get install python-matplotlib</p>
Expand Down
Binary file modified html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion html/searchindex.js

Large diffs are not rendered by default.

0 comments on commit e0c5996

Please sign in to comment.