From d1ba92e10eb3a470fbbff774b6b17bc965b9b61d Mon Sep 17 00:00:00 2001 From: egmcbride Date: Mon, 1 Jul 2024 12:36:20 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca1a81d..b580411 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,14 @@ ## installation 1. clone the dynamic_routing_analysis repo 2. create a new environment with python=3.11.5 - '''conda create -m dr_analysis python=3.11.5''' -3. natigate to the folder where you cloned the repo -4. install dependencies from requirements.txt file - '''pip install -r requirements.txt''' + ''' + conda create -m dr_analysis python=3.11.5 + ''' +4. natigate to the folder where you cloned the repo +5. install dependencies from requirements.txt file + ''' + pip install -r requirements.txt + ''' ## contributing