From commits-return-78404-archive-asf-public=cust-asf.ponee.io@cloudstack.apache.org Thu Jul 5 09:40:47 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8C7C7180657 for ; Thu, 5 Jul 2018 09:40:46 +0200 (CEST) Received: (qmail 1035 invoked by uid 500); 5 Jul 2018 07:40:42 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 1026 invoked by uid 99); 5 Jul 2018 07:40:42 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jul 2018 07:40:42 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 083F48094A; Thu, 5 Jul 2018 07:40:42 +0000 (UTC) Date: Thu, 05 Jul 2018 07:40:41 +0000 To: "commits@cloudstack.apache.org" Subject: [cloudstack] branch master updated: some formatting and a typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153077644151.16448.3987666476876072097@gitbox.apache.org> From: dahn@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: cloudstack X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 36f19002817800ddfc29cbc14dd9e8aaba6d9d5d X-Git-Newrev: 85ad2853cadd453b30d16508c63603acda006030 X-Git-Rev: 85ad2853cadd453b30d16508c63603acda006030 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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 /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.