This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push:
new 85ad285 some formatting and a typo
85ad285 is described below
commit 85ad2853cadd453b30d16508c63603acda006030
Author: dahn <[email protected]>
AuthorDate: Thu Jul 5 09:40:37 2018 +0200
some formatting and a typo
---
INSTALL.md | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/INSTALL.md b/INSTALL.md
index 8a87c8a..281707e 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -44,12 +44,10 @@ CloudStack is built using Java and Python. To make
selection of these tools ver
Following installation, execute the following commands to configure jenv and
pyenv for use with CloudStack development:
-'''
- # pyenv install 2.7.11 # Install
Python 2.7.11
- # pyenv virtualenv 2.7.11 cloudstack # Create a
cloidstack virtualenv using Python 2.7.11
- # pip install -r <root CloudStack source tree>/requirements.txt # Install
cloudstack Python dependencies
- # jenv add <path to JDK 1.7 installation> # Add Java7
to jenv
-'''
+ # pyenv install 2.7.11 ## Install
Python 2.7.11
+ # pyenv virtualenv 2.7.11 cloudstack ## Create
a cloudstack virtualenv using Python 2.7.11
+ # pip install -r <root CloudStack source tree>/requirements.txt ## Install
cloudstack Python dependencies
+ # jenv add <path to JDK 1.7 installation> ## Add
Java7 to jenv
*N.B.* If you are running Linux, you may need to install additional packages
to allow pyenv to build Python.