summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Stankevich <stankevich@users.noreply.github.com>2014-06-17 19:24:03 -0400
committerSergey Stankevich <stankevich@users.noreply.github.com>2014-06-17 19:24:03 -0400
commitc7ee276831ebb7f9e3bd537e8b4b6943233f27c3 (patch)
tree6054631f7836e073b6196f56646cad53f877c95c
parent4c21614ec7b05c6c69760ace849ef3b7e54ba750 (diff)
parente7a48690fc2597a11a566b74f13c82aa48e9511b (diff)
Merge pull request #88 from GaleDragon/master
Update README.md
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ac9715..cb0b712 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,8 @@ Creates Python virtualenv.
**distribute** - Include distribute in the virtualenv. Default: true
+**venv_dir** - The location of the virtualenv if resource path not specified. Must be absolute path. Default: resource name
+
**owner** - Specify the owner of this virtualenv
**group** - Specify the group for this virtualenv
@@ -142,6 +144,7 @@ Creates Python virtualenv.
proxy => 'http://proxy.domain.com:3128',
systempkgs => true,
distribute => false,
+ venv_dir => '/home/appuser/virtualenvs',
owner => 'appuser',
group => 'apps',
cwd => '/var/www/project1',