Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 548 Bytes

README.rst

File metadata and controls

27 lines (16 loc) · 548 Bytes

The Pico API

A python package to assist in testing and writing applications for persistent compute objects (Picos).

Installation

You can install the module using pip:

pip install picosapi

On Linux systems, you have to use the sudo command:

sudo pip install picosapi

You can then import the module into your Python file:

import picosapi as picos

More Information

Learn more about the picosapi by visiting the wiki