diff --git a/install/README.md b/install/README.md index fedd396d62036953ccdebe4edca422a56410c80d..4999f83e593a118375ec941e7a7f8ae98b8ff775 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.