Skip to content

Commit

Permalink
Merge pull request #10 from kevinyamauchi/update-readme
Browse files Browse the repository at this point in the history
make install command compatible with zsh
  • Loading branch information
maweigert authored Jul 8, 2024
2 parents db86a54 + 4d1d9db commit 072ec7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For tracking with an integer linear program (ILP, which is optional)
conda create --name trackastra python=3.10 --no-default-packages
conda activate trackastra
conda install -c conda-forge -c gurobi -c funkelab ilpy
pip install trackastra[ilp]
pip install "trackastra[ilp]"
```

Notes:
Expand Down

0 comments on commit 072ec7c

Please sign in to comment.