Interaction with a SpiNNaker Machine
Project description
This package provides utilities for interacting with a SpiNNaker machine.
Requirements
============
In addition to a standard Python installation, this package depends on:
- six
- enum34
- SpiNNMachine
These requirements can be install using pip:
pip install six
pip install enum34
pip install SpiNNMachine
User Installation
=================
If you want to install for all users, run:
sudo pip install SpiNNMan
If you want to install only for yourself, run:
pip install SpiNNMan --user
To install in a virtualenv, with the virtualenv enabled, run:
pip install SpiNNMan
Developer Installation
======================
If you want to be able to edit the source code, but still have it referenced
from other Python modules, you can set the install to be a developer install.
In this case, download the source code, and extract it locally, or else clone
the git repository:
git clone http://github.com/SpiNNakerManchester/SpiNNMan.git
To install as a development version which all users will then be able to use,
run the following where the code has been extracted:
sudo python setup.py develop
To install as a development version for only yourself, run:
python setup.py develop --user
To install as a development version in a virtualenv, with the virutalenv
enabled, run:
python setup.py develop
Requirements
============
In addition to a standard Python installation, this package depends on:
- six
- enum34
- SpiNNMachine
These requirements can be install using pip:
pip install six
pip install enum34
pip install SpiNNMachine
User Installation
=================
If you want to install for all users, run:
sudo pip install SpiNNMan
If you want to install only for yourself, run:
pip install SpiNNMan --user
To install in a virtualenv, with the virtualenv enabled, run:
pip install SpiNNMan
Developer Installation
======================
If you want to be able to edit the source code, but still have it referenced
from other Python modules, you can set the install to be a developer install.
In this case, download the source code, and extract it locally, or else clone
the git repository:
git clone http://github.com/SpiNNakerManchester/SpiNNMan.git
To install as a development version which all users will then be able to use,
run the following where the code has been extracted:
sudo python setup.py develop
To install as a development version for only yourself, run:
python setup.py develop --user
To install as a development version in a virtualenv, with the virutalenv
enabled, run:
python setup.py develop
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SpiNNMan-2015.003-alpha-01.zip
(167.0 kB
view details)
File details
Details for the file SpiNNMan-2015.003-alpha-01.zip
.
File metadata
- Download URL: SpiNNMan-2015.003-alpha-01.zip
- Upload date:
- Size: 167.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f54ce2bad07954ba1d4a4dece3a9b3d8d6bc0b1b492ff0c110256689c812adce |
|
MD5 | 7bcd129639485e32e7286d7b9907e7fc |
|
BLAKE2b-256 | e44c3e42cbd97ac4b0ab06d0c3969ea3a93f46c09f671c0786d3e3c4f6648f54 |