Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed Feb 23, 2024
2 parents b8ba97c + 71a3e0f commit be3c5de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
```

0 comments on commit be3c5de

Please sign in to comment.