From 52d54a93697450a2e0cf10c3de7096a91df3d8b9 Mon Sep 17 00:00:00 2001 From: efedorova Date: Wed, 2 Oct 2013 18:19:21 +0400 Subject: [PATCH] Minor fixes in venv installations chapter Change-Id: I56ad46f7654bb46826d56b4a4559fa57e0e922f2 --- .../src/docbkx/content/installation-guide.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/developers-guide/src/docbkx/content/installation-guide.xml b/src/developers-guide/src/docbkx/content/installation-guide.xml index b3db793..d592a1d 100644 --- a/src/developers-guide/src/docbkx/content/installation-guide.xml +++ b/src/developers-guide/src/docbkx/content/installation-guide.xml @@ -112,7 +112,7 @@ git clone https://github.com/stackforge/murano-api - Execute a script located at the murano-api/toolsdirectory + Execute a script located at the murano-api/tools directory to create virtual environment automatically: cd murano-api && python ./tools/install_venv.py @@ -149,7 +149,7 @@ git clone https://github.com/stackforge/murano-conductor Execute a script located at the - murano-conductor/toolsdirectory + murano-conductor/tools directory to create virtual environment automatically: cd murano-conductor && python ./tools/install_venv.py @@ -192,7 +192,7 @@ git clone https://github.com/stackforge/murano-dashboard Execute a script located at the - murano-conductor/toolsdirectory + murano-dashboard/tools directory to create virtual environment automatically: cd murano-dashboard && python ./tools/install_venv.py