We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8b528 commit 890d635Copy full SHA for 890d635
1 file changed
script/create_venv.py
@@ -17,9 +17,7 @@
17
class MyEnvBuilder(venv.EnvBuilder):
18
"""Create a virtual environment.
19
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.
+ Optionally install extra requirements from pyproject.toml.
23
"""
24
25
def __init__(
0 commit comments