Skip to content

Commit 890d635

Browse files
committed
Update comment
1 parent bb8b528 commit 890d635

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

script/create_venv.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
class MyEnvBuilder(venv.EnvBuilder):
1818
"""Create a virtual environment.
1919
20-
Conditions for use:
21-
+ A `requirements.txt` file must exist
22-
By default this is relative to the current run path, but this can be specified programmatically.
20+
Optionally install extra requirements from pyproject.toml.
2321
"""
2422

2523
def __init__(

0 commit comments

Comments
 (0)