https://github.com/unibe-cns/NEAT
Tip revision: 1cb15f36aa0a764105348541d046c85ef38e21ee authored by Willem Wybo on 05 January 2021, 18:35:27 UTC
Merge pull request #115 from pythonjam/issue81
Merge pull request #115 from pythonjam/issue81
Tip revision: 1cb15f3
INSTALL.rst
Installation
============
Install
-------
Note: The following instructions are for Linux and Max OSX systems and only use
command line tools. Please follow the appropriate manuals for Windows systems or
tools with graphical interfaces.
You can install the latest release via pip:
.. code-block:: shell
pip install neatdend
The adventurous can install the most recent development version directly from our master branch (don't use this in production unless there are good reasons!):
.. code-block:: shell
git clone git@github.com:unibe-cns/NEAT.git
cd NEAT
pip install .
Post-Install
------------
To use NEAT with `NEURON <https://neuron.yale.edu/neuron/>`_, make sure NEURON
is properly installed with its Python interface, and compile and install the
default NEURON mechanisms by running
::
compilechannels default
To test the installation (requires `pytest`)
::
pytest