We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2f4e9 commit 80a9982Copy full SHA for 80a9982
1 file changed
README.md
@@ -2,3 +2,28 @@ zoe python lib
2
==============
3
4
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