Re: Install upgrade

2020-01-21 Thread Malik Rumi
Great, thanks! *“None of you has faith until he loves for his brother or his neighbor what he loves for himself.”* On Mon, Jan 13, 2020 at 12:36 AM Dave Page wrote: > > > On Sun, Jan 12, 2020 at 9:04 PM Malik Rumi wrote: > >> Why does the install documentation say to download the wheel and *th

Re: Install upgrade

2020-01-12 Thread Dave Page
On Sun, Jan 12, 2020 at 9:04 PM Malik Rumi wrote: > Why does the install documentation say to download the wheel and *then* > pip install, instead of just pip install like most Python programs? > No particular reason, it's just the way the page was worded. I've improved that now - thanks! > >

Install upgrade

2020-01-12 Thread Malik Rumi
Why does the install documentation say to download the wheel and *then* pip install, instead of just pip install like most Python programs? Is the procedure the same for new installs as it is for upgrading to a new version? Thanks.