Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodirkes authored Feb 27, 2024
1 parent 9c37e5e commit b0c8ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The recommended way to install is to create a virtual environment from the home
```shell
python3.12 -m venv env
source venv/bin/activate
python3.12 -m pip install .
python3 -m pip install .
```
This creates a folder `env` that will contain all required packages, ensuring consistent conditions. You can exit the virtual environment by running
```shell
Expand All @@ -24,7 +24,7 @@ source /path/to/hemtracer/venv/bin/activate
```
Then your Python will use the correct environment and you can run
```shell
python your_hemo_analysis_script.py
python3 your_hemo_analysis_script.py
```

## Code
Expand Down

0 comments on commit b0c8ca6

Please sign in to comment.