diff --git a/README.md b/README.md index c8709bd..8f44b73 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ [![codecov](https://codecov.io/gh/funkelab/motile_toolbox/branch/main/graph/badge.svg)](https://codecov.io/gh/funkelab/motile_toolbox) # Install Motile Toolbox -Motile Toolbox depends on (motile)[https://github.com/funkelab/motile], which in turn depends on gurobi and ilpy. These dependencies must be installed with conda before installing motile toolbox with pip. -""" +Motile Toolbox depends on [motile](https://github.com/funkelab/motile), which in turn depends on gurobi and ilpy. These dependencies must be installed with conda before installing motile toolbox with pip. +``` conda install -c conda-forge -c funkelab -c gurobi ilpy pip install motile_toolbox -""" +```