From 12e9c57e93cbaec4ed08e95c955e86b25fd84c5d Mon Sep 17 00:00:00 2001 From: Stef Smeets Date: Wed, 15 Feb 2023 10:49:36 +0100 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 8aec1fa..49c1f72 100644 --- a/readme.md +++ b/readme.md @@ -131,9 +131,9 @@ pip install topas_tools Or use the environment file: ```bash - conda env create -f environment.yml - conda activate topas_tools - pip install -e . +conda env create -f environment.yml +conda activate topas_tools +pip install -e . ``` (note that every time you want to use `topas_tools`, you must always activate the environment using `conda activate topas_tools`)