Skip to content
Snippets Groups Projects
Commit 752b4835 authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Added installation information for pyresttest

parent 912a7b47
No related branches found
No related tags found
1 merge request!7Fixed readme file
...@@ -4,6 +4,21 @@ ...@@ -4,6 +4,21 @@
hivemind CI processes. hivemind CI processes.
# Usage: # Usage:
## Installing pyrest test framework
### By `pip3`
`pip3 install pyresttest`
### From sources
```
git clone https://github.com/svanoort/pyresttest.git
cd pyresttest
python3 setupt.py build
python3 setup.py install --user
```
### Remarks
If you are not installing by `pip3` make sure that you have installed `pyyaml`, `future`, `pycurl`
in your system. Also you will need developer libs for `libcurl4-openssl`, `libssl` (for Ubuntu `libcurl4-openssl-dev` and `libssl-dev`)
## Usage with `hived`: ## Usage with `hived`:
### Python API tests: ### Python API tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment