Skip to content

Commit

Permalink
[Minor] remove extra tricky . to avoid pip failing on wrong copy paste
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebotu authored Oct 8, 2024
1 parent 1540cd8 commit e08fde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Install the package in editable mode:
pip install -e .
```

If you would like to install all dependencies including optional solvers, please install using `pip install -e '.[dev,solver]'`.
If you would like to install all dependencies including optional solvers, please install using `pip install -e '.[dev,solver]'`


## 🏁 Quickstart
Expand Down Expand Up @@ -206,4 +206,4 @@ If you find RouteFinder valuable for your research or applied projects:
<a href="https://github.com/ai4co">
<img src="https://raw.githubusercontent.com/ai4co/assets/main/svg/ai4co_animated_full.svg" alt="AI4CO Logo" style="width: 30%; height: auto;">
</a>
</div>
</div>

0 comments on commit e08fde6

Please sign in to comment.