Skip to content

Commit eac6b45

Browse files
committed
Update README.md
1 parent 7805af9 commit eac6b45

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ How to install?
1010
2. Install conda or miniconda (you can use the conda that comes with oneAPI).
1111
3. [Optional] Create and activate a conda environment:
1212

13-
`bash conda env create -n dppl-env -f scripts/environment.yml`
14-
15-
`conda activate dppl-env`
13+
```bash
14+
conda env create -n dppl-env -f scripts/environment.yml`
15+
conda activate dppl-env
16+
```
1617
4. Run `./scripts/build_for_conda.sh`
1718

1819
Examples:

0 commit comments

Comments
 (0)