Windows Installation Guide¶
First install the requirements:
You can also use pre-packaged distributions like Anaconda.
Next, download and unzip the newest release into a convenient location.
Open a terminal (Shortcut: Windows + R). Change into the directory you just unzipped and run the install script
$ cd neurons-0.4
$ python3 setup.py install --user
Note
This copies all needed data into in your home directory.
Now you can test if you can import the neurons package:
$ python3
>>> import neurons
This shouldn’t lead to any error messages. Congratulations, you are done.
Feedback¶
The installation does not work? Please write a bug report.