Partition and Configuration Manager
Project description
This package provides utilities for partitioning, placing a routing on 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 PACMAN
If you want to install only for yourself, run:
pip install PACMAN --user
To install in a virtualenv, with the virtualenv enabled, run:
pip install PACMAN
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/PACMAN.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
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 PACMAN
If you want to install only for yourself, run:
pip install PACMAN --user
To install in a virtualenv, with the virtualenv enabled, run:
pip install PACMAN
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/PACMAN.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
Close
Hashes for SpiNNaker_PACMAN-2015.003-alpha-03.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72e86dc4cef4ae9de13f84684ad9d323459c9fc9ed21c3ff097d4d4126052c23 |
|
MD5 | 149c98934bbf60f16f3639c923dc12b6 |
|
BLAKE2b-256 | 7aef1c3cd17ea3dcf4922f4387138d889b8325e6b86defe4373f1c10b623490f |