Skip to content
Snippets Groups Projects
Commit 8d1168e0 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Update documentation

parent 1de78520
No related branches found
No related tags found
No related merge requests found
...@@ -42,21 +42,6 @@ $ /opt/conda/bin/conda list -n bob-devel-py27 -e > linux/devel-py27.txt ...@@ -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 #### Extra OS packages
Besides the dependencies encoded in `from-scratch.sh`, Bob development also Besides the dependencies encoded in `from-scratch.sh`, Bob development also
...@@ -91,5 +76,5 @@ machine: ...@@ -91,5 +76,5 @@ machine:
#### Creating or updating CI runners #### Creating or updating CI runners
Run the `install-conda.sh` once to install a basic Conda support. To install or 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. make the environment up-to-date with the current requirements for Bob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment