Re: Creating demo instances
"John P. Rouillard" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi John: In message <[email protected]>, John Kristensen writes: >On 22/5/21 8:54 am, John P. Rouillard wrote: >> Is your suggestion to have them run: >> >> python ./roundup_demo.py >> >> for instant gratifaction rather than: >> >> python ./demo.py > >My suggestion would be to encourage users to use `pip` and `venv`: > > python3 -m venv venv > . venv/bin/activate # or whatever the Windows equivalent is > pip install roundup > roundup-demo That takes almost three minutes to get to where I can type roundup-demo on my dev system (yeah yeah I know get a better system). That's not exactly instant. Also I am planning on adding validation directions to installation.txt. Download the source tarball and the signature from pypi. Verify the tarball using gpg. AFAIK pip can't/doesn't validate the stuff it downloads right? While I probably should use venv I have used it barely a handfull of times. Is that what the cool pythonista's are using these days? -- -- rouilj John Rouillard =========================================================================== My employers don't acknowledge my existence much less my opinions.