Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 443 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 443 Bytes

SPINET: System for Provisioning of IoT NETworks

Installation Instructions

Create and activate a new Python 3 virtual environment:

$ python3 -m venv spinet
$ . spinet/bin/activate

Install the spinet package and extra dependencies from the git repository:

(spinet) $ pip install git+git://github.com/columbia-irt/spinet#egg=spinet
(spinet) $ pip install spinet[commissioner]
(spinet) $ pip install spinet[enrolled]