The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/pylxd/pull/82
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === There was no place in the repo that states how to install from PyPi or any other place. I thought this might be helpful.
From 3736abe9b03ef769347d5bb3be4dcf8959055c41 Mon Sep 17 00:00:00 2001 From: Alex Kahan <a...@zerofox.com> Date: Fri, 20 May 2016 14:11:53 -0400 Subject: [PATCH] Update README to display instructions of installing --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 9d44b5c..8972c2a 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,10 @@ pylxd A Python library for interacting with the LXD REST API. +Installation +============= +``pip install pylxd`` + Documentation =============
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel