Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a simpler way to make it work in new virtualenvs #26

Open
gdubicki opened this issue Dec 20, 2021 · 1 comment
Open

Provide a simpler way to make it work in new virtualenvs #26

gdubicki opened this issue Dec 20, 2021 · 1 comment

Comments

@gdubicki
Copy link

gdubicki commented Dec 20, 2021

Hi!

The current "quickstart" is not that quick - it requires you to do extra setup for each new virtualenv: install extra packages, provide extra config and to do it in exactly this order.

I have just filed pypa/virtualenv#2250 to make it easier but perhaps you already have a plan for such or a different improvement that you could share?

@pkit
Copy link

pkit commented Jan 27, 2022

You can use --extra-index-url in requirements.txt (provided your pip is sufficiently new)
Then the setup is pretty simple:
pip install pip --upgrade && pip install keyrings.google-artifactregistry-auth
After which you can use: pip install -r requirements.txt
No other config is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants