Skip to content

Commit 80a9982

Browse files
committed
soy un mítico
1 parent cb2f4e9 commit 80a9982

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,28 @@ zoe python lib
22
==============
33

44
A Zoe agent library for python
5+
6+
## Installation
7+
8+
### Using pip
9+
10+
`pip install git+https://github.com/guluc3m/zoe-lib-python.git`
11+
12+
### Cloning the repo
13+
14+
`pip install <path to this folder>`
15+
16+
### Tests
17+
18+
To execute the tests you need [nose](https://nose.readthedocs.io/en/latest/index.html)
19+
20+
Install it and then `nosetests`
21+
22+
If everything works properly you will get an output like this
23+
24+
```
25+
.......................................
26+
----------------------------------------------------------------------
27+
Ran 39 tests in 0.043s
28+
OK
29+
```

0 commit comments

Comments
 (0)