Skip to content

Commit 97af5c7

Browse files
authored
update readme for pipenv support (#755)
1 parent 00eee9d commit 97af5c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The following environment managers are supported out of the box:
4545
| ms-python.python:conda | `conda` | The [conda](https://conda.org) environment manager, as provided by conda distributions like [Anaconda Distribution](https://docs.anaconda.com/anaconda/) or [conda-forge](https://conda-forge.org/download/). Supports creating environments (interactive and quick create) and finding existing environments. |
4646
| ms-python.python:pyenv | `pyenv` | The [pyenv](https://github.com/pyenv/pyenv) environment manager, used to manage multiple Python versions. Supports finding existing environments. |
4747
| ms-python.python:poetry | `poetry` | The [poetry](https://python-poetry.org/) environment manager, used for dependency management and packaging in Python projects. Supports finding existing environments. |
48+
| ms-python.python:pipenv | `pipenv` | The [pipenv](https://pipenv.pypa.io/en/latest/) environment manager, used for managing Python dependencies and environments. Only supports finding existing environments. |
4849

4950
#### Supported Actions by Environment Manager
5051

@@ -55,6 +56,7 @@ The following environment managers are supported out of the box:
5556
| pyenv || | |
5657
| poetry || | |
5758
| system || | |
59+
| pipenv || | |
5860

5961
**Legend:**
6062
- **Create**: Ability to create new environments interactively.
@@ -83,6 +85,7 @@ The extension uses `pip` as the default package manager, but you can use the pac
8385
| pyenv | pip |
8486
| poetry | poetry |
8587
| system | pip |
88+
| pipenv | pip |
8689

8790
### Project Management
8891

0 commit comments

Comments
 (0)