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