Skip to content

Docs: Remove recommendation to install virtualenv separately  #769

Description

@busunkim96

When this library drops Python 2 support, recommend that users use python -m venv rather than installing virtualenv separately.


Hmmm, this is a little weird, as the virtualenv library really isn't needed for supported Python 3.x versions: python -m venv works fine for them. It is a "works everywhere" recommendation as long as we are supporting Python 2.7, though.

Originally posted by @tseaver in #768

Metadata

Metadata

Assignees

Labels

type: docsImprovement to the documentation for an API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions