Specification of Memory Images
Project description
This package provides utilities for specifying binary data algorithmically,
and executing the specifications to produce the data.
Requirements
============
In addition to a standard Python installation, this package depends on:
- six
- enum34
These requirements can be install using pip:
pip install six
pip install enum34
User Installation
=================
If you want to install for all users, run:
sudo pip install DataSpecification
If you want to install only for yourself, run:
pip install DataSpecification --user
To install in a virtualenv, with the virtualenv enabled, run:
pip install DataSpecification
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/DataSpecification.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
and executing the specifications to produce the data.
Requirements
============
In addition to a standard Python installation, this package depends on:
- six
- enum34
These requirements can be install using pip:
pip install six
pip install enum34
User Installation
=================
If you want to install for all users, run:
sudo pip install DataSpecification
If you want to install only for yourself, run:
pip install DataSpecification --user
To install in a virtualenv, with the virtualenv enabled, run:
pip install DataSpecification
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/DataSpecification.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
File details
Details for the file SpiNNaker_DataSpecification-2015.003-rc-01.zip
.
File metadata
- Download URL: SpiNNaker_DataSpecification-2015.003-rc-01.zip
- Upload date:
- Size: 39.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55947d40bd9bc022fde617907db5679318a5a99a601cbaffa6e0edda55c4093d |
|
MD5 | ebea6abe33e3e2ce6dbfa4bda536ad22 |
|
BLAKE2b-256 | 6290034f1ffa145b41f132518602045d4e57f0970d2b08da26cbfcc952f698a0 |