summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Illfelder <illfelder@google.com>2016-06-15 16:14:58 -0700
committerMax Illfelder <illfelder@google.com>2016-06-15 16:45:06 -0700
commitc4eae7b3d1ca8c4872ac7908a652ecde4334cdf5 (patch)
treec8e0adf3f1dde7197a585c13bb685437b882ebeb /README.md
parentfb8c562ec9c31b8023df778a9b380f24ab884759 (diff)
downloadgoogle-compute-image-packages-c4eae7b3d1ca8c4872ac7908a652ecde4334cdf5.tar.gz
Update the README with PyPI package instructions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1bf5d06..0321df8 100644
--- a/README.md
+++ b/README.md
@@ -278,8 +278,13 @@ GitHub releases.
Specific to running `boto` inside of a Python
[`virtualenv`](http://docs.python-guide.org/en/latest/dev/virtualenvs/),
-specify `--system-site-packages` when creating any virtual environment. This
-enables use of the Linux guest environmment package during setup.
+virtual environments are isolated from system site-packages. This includes the
+installed Linux guest environment libraries that are used to configure `boto`
+credentials. There are two recommended solutions:
+
+* Create a virtual environment with `virtualenv venv --system-site-packages`.
+* Install `boto` via the Linux guest environment PyPI package using
+ `pip install google-compute-engine`.
## Contributing