diff --git a/README.md b/README.md index 650768b..57674f6 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ manipulate ESX, ESXi, and vCenter using scripts. To get started, check out the samples project at http://vmware.github.io/pyvmomi-community-samples/ +* community discussion on IRC freenode.net channels [#pyvmomi and #pyvmomi-dev](http://webchat.freenode.net/?channels=#pyvmomi,#pyvmomi-dev) + You can install this as a package. Just run `python setup.py bdist_egg` and then use `pip` or `easy_install` to deploy it on your system. @@ -15,4 +17,6 @@ There are other bindings of this API in other languages. See: For general language neutral documentation of vSphere Management API see: http://pubs.vmware.com/vsphere-55/index.jsp#com.vmware.wssdk.apiref.doc/right-pane.html + + Have fun!