New submission from A.M. Kuchling:

(from discussion at the 2015 Python Language Summit)

Current versions of Python make it relatively easy to install third-party 
packages such as requests.  New users may not realize this, though, and 
continue using libraries such as urllib/urllib2 because they're in the stdlib.

The Python tutorial doesn't seem to mention either virtualenv or pip. It 
should, describing how to create a virtualenv, install packages, and manage 
them in basic ways (removing, 'pip freeze', requirements.txt.)

----------
assignee: akuchling
components: Documentation
messages: 240281
nosy: akuchling
priority: normal
severity: normal
status: open
title: Tutorial doesn't mention either pip or virtualenv
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23891>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to