We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7805af9 commit eac6b45Copy full SHA for eac6b45
README.md
@@ -10,9 +10,10 @@ How to install?
10
2. Install conda or miniconda (you can use the conda that comes with oneAPI).
11
3. [Optional] Create and activate a conda environment:
12
13
- `bash conda env create -n dppl-env -f scripts/environment.yml`
14
-
15
- `conda activate dppl-env`
+ ```bash
+ conda env create -n dppl-env -f scripts/environment.yml`
+ conda activate dppl-env
16
+ ```
17
4. Run `./scripts/build_for_conda.sh`
18
19
Examples:
0 commit comments