Skip to content

Commit bfea44e

Browse files
committed
Remove global conda environment file
1 parent 5792c86 commit bfea44e

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ For information on the training, see the website
1010

1111
1. [`source-code`](source-code): sample code written to develop the slides and
1212
illustrate concepts.
13-
1. [`environment.yml`](environment.yml): conda environment file intended to be
14-
cross-platform.
1513
1. [`python_on_gpus_science_linux64_conda_specs.txt`](python_on_gpus_linux64_conda_specs.txt):
1614
conda environment specification file specific for 64-bit Linux to precisely
1715
reproduce the environment on which the code was developed.
1816
1. [License](LICENSE): license information for the material in this repository.
1917
1. [Contributing](CONTRIBUTING.md): information on how to contribute to this
2018
repository.
2119
1. docs: directory containing the website for this repository.
20+
21+
22+
## Environment setup
23+
24+
Each of the subdirectories of the `source-code` directory contains an `environment.yml`
25+
file that can be used to create a conda environment with the necessary packages.

environment.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)