Skip to content

Commit

Permalink
added conda activate
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Dec 21, 2022
1 parent 4320515 commit 4c4fcc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Creates a new empty Conda environment
conda create --name new_env python=3.9
```

Activate the enviroment
```bash
conda activate new_env
```

Installs cad_to_dagmc and dependencies
```bash
conda install -c fusion-energy -c cadquery -c conda-forge cad_to_dagmc
Expand Down

0 comments on commit 4c4fcc4

Please sign in to comment.