-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Arthur Guiot edited this page Nov 25, 2018
·
1 revision
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-mlor opening the command line as the administrator