-
@mathsppblog @frank_pado Yeah, if it gets installed under venv/bin directly, then you're good to go. Some prefer to use the
python -m package ...
route as it's defining the Python command to run explicitly. But, not all packages install their own command, so usingpython -m
is the only option.