Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
egmcbride authored Jul 1, 2024
1 parent 8498e64 commit d1ba92e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1ba92e

Please sign in to comment.