Skip to content

Commit 81c265c

Browse files
authored
Clarify the venv selection painfulness (#143)
Highlight that the the venv selection is painful in every IDE.
1 parent 752a6ae commit 81c265c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
**PyVenvManage** simplifies Python virtual environment management in JetBrains IDEs.
1313

1414
Managing multiple Python interpreters across different virtual environments (for testing against various Python versions
15-
with tools like `tox` or `nox`) traditionally requires navigating through multiple dialogs in PyCharm. PyVenvManage
16-
streamlines this by enabling quick interpreter selection directly from the project view with just a right-click.
15+
with tools like `tox` or `nox`) traditionally requires navigating through multiple dialogs in PyCharm or other JetBrains IDEs.
16+
PyVenvManage streamlines this by enabling quick interpreter selection directly from the project view with just a right-click.
1717

1818
## Features
1919

0 commit comments

Comments
 (0)