From 7ba9d6e774cc67da8381c9c6d3334cab5b7ee123 Mon Sep 17 00:00:00 2001 From: snare Date: Sun, 9 Apr 2017 18:15:53 -0700 Subject: [PATCH] Update for new installer script --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 256cbe2..15d4c44 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,13 @@ Download the source and run the install script: $ cd voltron $ ./install.sh -If you want to install Python packages into the user `site-packages` directory, use the `-u` flag: +By default, the install script will install into the user's `site-packages` directory. If you want to install into the system `site-packages`, use the `-s` flag: - $ ./install.sh -u + $ ./install.sh -s + +You can also install into a virtual environment (for LLDB only) like this: + + $ ./install.sh -v /path/to/venv -b lldb If you are on Windows without a shell, have problems installing, or would prefer to install manually, please see the [manual installation documentation](https://github.com/snare/voltron/wiki/Installation).