Skip to content

Commit

Permalink
added activate env
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Dec 21, 2022
1 parent 4c4fcc4 commit a94dd68
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@ This allows for the addition of parametric geometry to static geometry.

# Install (Conda)

Creates a new empty Conda environment
Creates a new empty Conda environment and activate it
```bash
conda create --name new_env python=3.9
```

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

Expand All @@ -37,9 +33,10 @@ conda install -c fusion-energy -c cadquery -c conda-forge cad_to_dagmc
```
# Install (Mamba)

Creates a new empty Conda environment
Creates a new empty Conda environment and activate it
```bash
conda create --name new_env python=3.9
conda activate new_env
```

Installs Mamba
Expand Down

0 comments on commit a94dd68

Please sign in to comment.