Skip to content

Commit

Permalink
Update getting_started.md
Browse files Browse the repository at this point in the history
fix path to medea repos
  • Loading branch information
sebwehrle authored Oct 7, 2022
1 parent 9dd6dc6 commit ac8e71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ model.
To install both packages via the command line:
```commandline
conda install git pip
pip install git+git://github.com/sebwehrle/medea_data_atde.git
pip install git+git://github.com/sebwehrle/medea.git
pip install git+https://github.com/sebwehrle/medea_data_atde.git
pip install git+https://github.com/sebwehrle/medea.git
```

do medea init
Expand Down

0 comments on commit ac8e71f

Please sign in to comment.