From 85ad2853cadd453b30d16508c63603acda006030 Mon Sep 17 00:00:00 2001 From: dahn Date: Thu, 5 Jul 2018 09:40:37 +0200 Subject: [PATCH] some formatting and a typo --- INSTALL.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 8a87c8ad0e4..281707e1d5f 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 /requirements.txt # Install cloudstack Python dependencies - # jenv add # 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 /requirements.txt ## Install cloudstack Python dependencies + # jenv add ## Add Java7 to jenv *N.B.* If you are running Linux, you may need to install additional packages to allow pyenv to build Python.