The cloudFPGA Support Package
Project description
cFSP
This is the cloudFPGA Support Package (cFSP) for the cloudFPGA project.
Requirements
Python 3.6+
Installation
You can install cfsp
system-wide through pip install cfsp
, or user-wide through pip install -u cfsp
.
It is advised though to do it in an isolated Python environment, e.g. through virtualenv:
virtualenv -p /usr/bin/python3.6 cfenv
source cfenv/bin/activate
pip install --upgrade pip
pip install cfsp
Usage
Please check the online documentation.
Development
git clone git@github.com:cloudFPGA/cFSP.git
cd cFSP
make env
source venv/bin/activate
<add your changes> (do not forget to increase the `version="x.y.z"` in `setup.py`)
git commit -am "My changes for version x.y.z"
git push
make dist
make upload
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
cfsp-0.1.17.tar.gz
(69.5 kB
view hashes)
Built Distribution
cfsp-0.1.17-py3-none-any.whl
(138.5 kB
view hashes)