README.md in capistrano-pyenv-0.0.5 vs README.md in capistrano-pyenv-0.0.6
- old
+ new
@@ -33,9 +33,12 @@
* `:pyenv_plugins_options` - install options for pyenv plugins.
* `:pyenv_plugins` - pyenv plugins to install. do nothing by default.
* `:pyenv_repository` - repository URL of pyenv.
* `:pyenv_python_dependencies` - depedency packages.
* `:pyenv_python_version` - the python version to install. install `2.7.3` by default.
+ * `:pyenv_use_virtualenv` - create new virtualenv from `:pyenv_virtualenv_python_version`. `false` by default. `:pyenv_python_version` will be treated as the name of the virtualenv if this is turned `true`.
+ * `:pyenv_virtualenv_python_version` - the python version to create virtualenv. `2.7.3` by default.
+ * `:pyenv_virtualenv_options` - command-line options for virtualenv.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)