From 784d3ce7729896fd71e46577d969eeeffc58ca95 Mon Sep 17 00:00:00 2001
From: Victor Grau Serrat
Date: Fri, 27 Oct 2017 10:49:26 -0600
Subject: [PATCH] DOC: install
---
_sources/install.txt | 1 +
install.html | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/_sources/install.txt b/_sources/install.txt
index f663d4fb..3db00966 100644
--- a/_sources/install.txt
+++ b/_sources/install.txt
@@ -39,6 +39,7 @@ version:
.. code-block:: bash
+ $ pip install virtualenv
$ virtualenv catalyst-venv
$ source ./catalyst-venv/bin/activate
$ pip install enigma-catalyst
diff --git a/install.html b/install.html
index 85565116..a3c605b9 100644
--- a/install.html
+++ b/install.html
@@ -175,7 +175,8 @@ your particular platform), you should be able to simply run
that you install in a virtualenv. The Hitchhiker’s Guide to
Python provides an excellent tutorial on virtualenv. Here’s a summarized
version:
-$ virtualenv catalyst-venv
+$ pip install virtualenv
+$ virtualenv catalyst-venv
$ source ./catalyst-venv/bin/activate
$ pip install enigma-catalyst