allzpark icon indicating copy to clipboard operation
allzpark copied to clipboard

Update quickstart.md

Open frueter opened this issue 2 years ago • 3 comments

added "--upgrade" option allzpark install in venv (under "Trouble Shooting/Permisison denied")

frueter avatar Feb 15 '23 23:02 frueter

Thanks for this, except it's not clear what --upgrade adds? It means that if allzpark was already installed, pip would normally ignore the command. But with --upgrade it would compare the version installed with the latest version, and upgrade if a newer one exists.

Since this is happening in a virtual environment, where allzpark is guaranteed to not exist, upgrade does not seem necessary. Am I getting that right?

mottosso avatar Feb 16 '23 08:02 mottosso

I honestly don't know. All I can say is that it didn't work for me without the --upgrade option

On Thu, 16 Feb 2023, 9:58 pm Marcus Ottosson, @.***> wrote:

Thanks for this, except it's not clear what --upgrade adds? It means that if allzpark was already installed, pip would normally ignore the command. But with --upgrade it would compare the version installed with the latest version, and upgrade if a newer one exists.

Since this is happening in a virtual environment, where allzpark is guaranteed to not exist, upgrade does not seem necessary. Am I getting that right?

— Reply to this email directly, view it on GitHub https://github.com/mottosso/allzpark/pull/147#issuecomment-1432736821, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANFIKZ5D6O7ONU5URGB2T3WXXT3PANCNFSM6AAAAAAU5O5CIM . You are receiving this because you authored the thread.Message ID: @.***>

frueter avatar Feb 16 '23 19:02 frueter

Ok, I'm going to hold onto this PR until we can confirm the instructions are correct and have been tested at least once more.

mottosso avatar Feb 17 '23 12:02 mottosso