summaryrefslogtreecommitdiff
path: root/README.md
blob: e9ea9db112dbfbdf6cb064a725efe07e07b3b564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
![GitHub commits since latest release](https://img.shields.io/github/commits-since/pypa/virtualenv/latest)
![PyPI](https://img.shields.io/pypi/v/virtualenv?style=flat-square)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/virtualenv?style=flat-square)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/virtualenv?style=flat-square)
![Documentation](https://readthedocs.org/projects/virtualenv/badge/?version=latest&style=flat-square)
![PyPI - Downloads](https://img.shields.io/pypi/dm/virtualenv?style=flat-square)
![PyPI - License](https://img.shields.io/pypi/l/virtualenv?style=flat-square)
![Azure DevOps builds](https://img.shields.io/azure-devops/build/pypa/virtualenv/11?style=flat-square)
![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/pypa/virtualenv/11?style=flat-square)
[![Code style:
black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

virtualenv
==========

A tool for creating isolated ``virtual`` python environments.

- [Installation](https://virtualenv.pypa.io/en/latest/installation.html)
- [Documentation](https://virtualenv.pypa.io)
- [Changelog](https://virtualenv.pypa.io/en/latest/changes.html)
- [Issues](https://github.com/pypa/virtualenv/issues)
- [PyPI](https://pypi.org/project/virtualenv)
- [Github](https://github.com/pypa/virtualenv)

Code of Conduct
---------------

Everyone interacting in the virtualenv project's codebases, issue trackers, chat rooms, and mailing lists is expected to
follow the [PyPA Code of Conduct](https://www.pypa.io/en/latest/code-of-conduct/).