From f1210b4bd8b418fbe0a86b573d2586e72c54613a Mon Sep 17 00:00:00 2001 From: mmpe <mmpe@dtu.dk> Date: Fri, 4 May 2018 11:40:59 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d58b1f5a..e82116f1 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Install windows --------------- -conda create -n pyTopfarm python=3.6 +```conda create -n pyTopfarm python=3.6 activate pyTopfarm git clone cd Topfarm2 pip install -e . cd tests -python -m pytest +python -m pytest```` -- GitLab