Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 559 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 559 Bytes

zoe python lib

A Zoe agent library for python

Installation

Using pip

pip install git+https://github.com/guluc3m/zoe-lib-python.git

Cloning the repo

pip install <path to this folder>

Tests

To execute the tests you need nose

Install it and then nosetests

If everything works properly you will get an output like this

.......................................
----------------------------------------------------------------------
Ran 39 tests in 0.043s
OK