Skip to content
Arthur Guiot edited this page Nov 25, 2018 · 1 revision

Installation

In order to install Neuron, you can use PyPi (aka pip), which is Python's package manager. Just launch a Terminal / Command Line and copy paste the following line:

pip install neuron-ml

If there is an error, try this: sudo pip install neuron-ml or opening the command line as the administrator

Clone this wiki locally