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:
- SpiNNMachine
These requirements can be install using pip:
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 pip install -e .
To install as a development version for only yourself, run:
pip install -e . --user
To install as a development version in a virtualenv
, with the virutalenv
enabled, run:
pip install -e .
Test Installation
To be able to run the unitests add [Test] to the pip installs above
pip install -e .[Test]
Documentation
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
Built Distribution
Hashes for SpiNNMan-1!7.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9406136e9d34215fa6ab3297c4d26b8e888e2adcd18903950e8aef01e864618e |
|
MD5 | 07b230703d5c5e6cc18bc00eb1097596 |
|
BLAKE2b-256 | 9e68bb9e27df806fa7c93b8997ccc707ea700d6f42c9010257b57510faf84d63 |