Usage¶
repo-helper devenv¶
Create a virtualenv.
repo-helper devenv [OPTIONS] [DEST]
Options
-
-U,--upgrade¶ Upgrade all specified packages to the newest available version.
-
--version¶ Show the version and exit.
-
--colour,--no-colour¶ Whether to use coloured output.
-
-v,--verbose¶ Show verbose output.
Arguments
-
DEST¶ Optional argument. Default
'venv'
DEST is relative to the repository root.
Changed in version 0.4.0: Added the -U / --upgrade option.