Skip to content

Commit

Permalink
Update main-getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeLeGoc committed Dec 19, 2024
1 parent 14f5fa3 commit 0c8c987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/main-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ This section explains how to actually install the `histoquant` package.
The following commands should be run from a terminal (PowerShell). Remember that the `-c conda-forge` bits are not necessary if you installed conda with the miniforge distribution.

!!! example ""
1. Create a virtual environment with python 3.12 and some libraries:
1. Create a virtual environment with python 3.12 :
```
conda create -c conda-forge -n hq python=3.12 pytables
conda create -c conda-forge -n hq python=3.12
```
2. Get a copy of the `histoquant` Source code .zip package, from the [Releases](https://github.com/TeamNCMC/histoquant/releases/latest) page.
3. We need to install it *inside* the `hq` environment we just created. First, you need to *activate* the `hq` environment :
Expand Down

0 comments on commit 0c8c987

Please sign in to comment.