From 80a9982507f72279b64aee1b0a2c3b1bad8bf885 Mon Sep 17 00:00:00 2001 From: Patataman Date: Mon, 17 May 2021 18:35:02 +0200 Subject: [PATCH] =?UTF-8?q?soy=20un=20m=C3=ADtico?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 3f7d907..ce950ca 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,28 @@ 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 ` + +### Tests + +To execute the tests you need [nose](https://nose.readthedocs.io/en/latest/index.html) + +Install it and then `nosetests` + +If everything works properly you will get an output like this + +``` +....................................... +---------------------------------------------------------------------- +Ran 39 tests in 0.043s +OK +```