From 880ff0af4a851e52e9d999599e116c690f0cffc6 Mon Sep 17 00:00:00 2001 From: utahvich Date: Mon, 4 Oct 2010 00:09:44 +0900 Subject: [PATCH] update --- README.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index fcc516b..afb081a 100644 --- a/README.rst +++ b/README.rst @@ -49,8 +49,8 @@ Switch python in the $PATH:: Disable pythonbrew:: pythonbrew off - -Version:: + +Show version:: pythonbrew version @@ -58,12 +58,15 @@ COMMANDS ======== init - Run this once to setup the pythonbrew directory ready for installing + Run this once to setup the pythonbrew directory ready for installing. + pythons into. Run it again if you decide to change PYTHONBREW_ROOT. install Python- Build and install the given version of Python. + Setuptools is automatically installed. + options: --force, --no-setuptools or --build-options. installed @@ -87,11 +90,11 @@ version Options ======= ---force +\--force Force installation of a Python. ---build-options +\--build-options Configure options. ---no-setuptools +\--no-setuptools Skip installation of setuptools.