Install using pip install azure_devops_artifacts_helpers
Then use virtualenv <target_dir> --seeder azdo-pip
To create a virtualenv with the artifacts-keyring
package installed.
This also includes an extension for tox
, which will activate automatically (may require configuring
requires
in the tox
config)
Alternatively for other python environment managers (poetry
, hatch
etc.), the VIRTUALENV_SEEDER=azdo-pip
environment variable can be set to use this seeder.
(Built from package-template version 1.0.0)