From 962cf4edacfb33e81a2e74a42217be2bd37adb7d Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 15 Mar 2022 11:14:08 +0100 Subject: [PATCH] [minor] README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e106724c..57fd990f 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,19 @@ It is highly recommended to use Anaconda for a simple creation of a Python insta conda config --add channels conda-forge -Afterwards run (from the PyLoT main directory) +Afterwards run (from the PyLoT main directory where the files *requirements.txt* and *pylot.yml* are located) conda create --name pylot_38 --file requirements.txt or conda env create -f pylot.yml +to create a new Anaconda environment called "pylot_38". + +Afterwards activate the environment by typing + + conda activate pylot_38 + #### Prerequisites: In order to run PyLoT you need to install: