From 75093c57985a0ef9ba02690bf899c98e42f4f1cc Mon Sep 17 00:00:00 2001 From: Dominik Vogel Date: Fri, 8 Dec 2017 12:41:03 +0100 Subject: [PATCH] corrected activate env --- docs/start/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/start/index.rst b/docs/start/index.rst index 731526a95ac2..bf82f5951ae8 100644 --- a/docs/start/index.rst +++ b/docs/start/index.rst @@ -11,7 +11,7 @@ Requirements ------------ For scientist we require to install Anaconda, because it makes -easy to get all dependencies. +easy to get all dependencies. Download and install `here `_. Make sure to download the latest version with python 3.6. @@ -41,6 +41,7 @@ Now you are ready to install QCoDeS, type in the terminal. .. code:: bash conda env create -f environment.yml + activate qcodes pip install qcodes Enter QCoDes