From 8d1168e0d48f4fa2646d6e4985085dd3772aeba3 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Sat, 4 Feb 2017 19:36:31 +0100
Subject: [PATCH] Update documentation

---
 install/README.md | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/install/README.md b/install/README.md
index fedd396..4999f83 100644
--- a/install/README.md
+++ b/install/README.md
@@ -42,21 +42,6 @@ $ /opt/conda/bin/conda list -n bob-devel-py27 -e > linux/devel-py27.txt
 ```
 
 
-## From list
-
-To create a fully functional environment from a file list, use the following:
-
-```sh
-$ ./from-list.sh /opt/conda bob-devel-py27 linux/devel-py27.txt
-```
-
-The parameters are:
-
-  1. The base directory where the environment should be installed
-  2. The name of the environment to be created
-  3. The package list file to use for the newly created environment
-
-
 #### Extra OS packages
 
 Besides the dependencies encoded in `from-scratch.sh`, Bob development also
@@ -91,5 +76,5 @@ machine:
 #### Creating or updating CI runners
 
 Run the `install-conda.sh` once to install a basic Conda support. To install or
-update our supported Python build environments, run `from-scratch.sh`. It will
+update our supported Python build environments, run `install-ci.sh`. It will
 make the environment up-to-date with the current requirements for Bob.
-- 
GitLab