Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 233 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 233 Bytes

Overview

Example of using PINTS REST API from python

Usage

An example of running this example in a virtual environment

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python logistic.py