From 35f90468ef0fb10512f9cb4cc2e66ab89cb353a2 Mon Sep 17 00:00:00 2001 From: Sasha Mikheyev Date: Wed, 20 Jul 2016 09:31:17 +0900 Subject: [PATCH] modified readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2740aa5..53cfc60 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is an interactive tutorial teaching the principles of next-generation data You can launch it by clicling on the "Launch Binder" badge above. This will launch Binder and build a virutal environment (takes a few minutes), after which you can interactively analyze data. -Alternatively, on Mac and Linux you can [download](https://github.com/mikheyev/phage-lab/archive/master.zip) this repository, unzip it and go into the `phage-lab` folder you created. You can then install the environment using the [Miniconda](http://conda.pydata.org/miniconda.html) package manager. +Alternatively, on Mac and Linux you can [download](https://github.com/mikheyev/phage-lab/archive/master.zip) this repository, unzip it and go into the `phage-lab-master` folder you created. You can then install the environment using the [Miniconda](http://conda.pydata.org/miniconda.html) package manager. conda install jupyter ipython conda env create -f environment.yml