summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3b7e86d..9492231 100755
--- a/README.md
+++ b/README.md
@@ -20,11 +20,17 @@ that detect errors and raise appropriate exceptions when an error occurs.
## API reference
-Will be on readthedocs soon.
+...is kept on ReadTheDocs. http://vymgmt.readthedocs.io
## Installation
-Will be on PyPI soon.
+The easiest way is to install from PyPI (https://pypi.python.org/pypi):
+
+```
+pip install vymgmt
+```
+
+Alternatively you can run the setup.py script to install it locally.
## Usage example