Skip to content

Commit 41e5ec9

Browse files
authored
📝 Improve pip install command in README (#474)
## Description This PR improves the `pip install` command in the README by removing `(.venv) $`, ensuring that the command is actually copyable. ## Checklist - [x] The pull request only contains commits that are focused and relevant to this change. - [x] ~~I have added appropriate tests that cover the new/changed functionality.~~ - [x] ~~I have updated the documentation to reflect these changes.~~ - [x] The changes follow the project's style guidelines and introduce no new warnings. - [x] The changes are fully tested and pass the CI checks. - [x] I have reviewed my own code changes.
1 parent e1c8d05 commit 41e5ec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To support this endeavor, please consider:
9595
[PyPI](https://pypi.org/project/mqt.problemsolver/).
9696

9797
```console
98-
(.venv) $ pip install mqt.problemsolver
98+
uv pip install mqt.problemsolver
9999
```
100100

101101
**Detailed documentation and examples are available at

0 commit comments

Comments
 (0)