On Wed, Oct 4, 2017 at 7:15 AM, Ben Finney <ben+pyt...@benfinney.id.au>
wrote:

> Leam Hall <leamh...@gmail.com> writes:
>
> > Folks on IRC have suggested using virtualenv to test code under
> > different python versions. Sadly, I've not found a virtualenv tutorial
> > I understand. Anyone have a link to a good one?
>
> The Python Packaging Authority has a guide
> <URL:https://packaging.python.org/tutorials/installing-
> packages/#creating-virtual-environments>
> which seems good to me.
>
> The standard library documentation for the ‘venv’ library
> <URL:https://docs.python.org/3/library/venv.html> is essential.
>
> > The next step will be to figure out how to package a project; a good
> > tutorial URL would be appreciated on that, too.
>
> Follow the documentation maintained by the Python Packaging Authority
> <URL:https://packaging.python.org/>.
>
>
Ben, thanks! I'm off to print and study...

Leam
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to