From 82dea5997dc05cc124c8723d99801df0dd9b5018 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 6 Sep 2016 17:30:28 +0600 Subject: Add links to PyPI and ReadTheDocs. --- README.md | 10 ++++++++-- 1 file 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 -- cgit v1.2.3