some formatting and a typo

This commit is contained in:
dahn 2018-07-05 09:40:37 +02:00 committed by GitHub
parent 36f1900281
commit 85ad2853ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -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.