Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Use PyUpdater to auto update a pypi lib #15

Closed
shaicantor opened this issue Sep 1, 2016 · 1 comment
Closed

Use PyUpdater to auto update a pypi lib #15

shaicantor opened this issue Sep 1, 2016 · 1 comment

Comments

@shaicantor
Copy link

Hi there,

I stumbled upon your great package.
I have a pytest plugin that I want to auto update upon test run if needed.
I couldn't figure out how I do that with pyupdater, even after reading the documentation.

  1. Can I do it with pyupdater?
  2. Do you guys support downloading files from pypi?
  3. If so, can you please give me some pointers on how to start?

Thanks

@JMSwag
Copy link
Member

JMSwag commented Sep 2, 2016

PyUpdater is used for frozen python scripts.

For your case you can include something similar to the below in a make or batch file.

pip install --upgrade plugin-name
tox

@JMSwag JMSwag closed this as completed Sep 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants