|
2 | 2 |
|
3 | 3 | ## Overview
|
4 | 4 |
|
5 |
| -The Python Environments extension for VS Code helps you manage Python environments and packages using your preferred environment manager, backed by its extensible APIs. This extension provides unique support for specifying environments for specific files, entire Python folders, or projects, including multi-root and mono-repo scenarios. |
| 5 | +The Python Environments extension for VS Code helps you manage Python environments and packages using your preferred environment manager, backed by its extensible APIs. This extension provides unique support for specifying environments for specific files, entire Python folders, or projects, including multi-root and mono-repo scenarios. The core feature set includes: |
| 6 | + |
| 7 | +- 🌐 Create, delete, and manage environments |
| 8 | +- 📦 Install and uninstall packages within the selected environment |
| 9 | +- ✅ Create activated terminals Activate terminals |
| 10 | +- 🖌️ Add and create new Python projects |
6 | 11 |
|
7 | 12 | > **Note:** This extension is in preview, and its APIs and features are subject to change as the project evolves.
|
8 | 13 |
|
9 | 14 | > **Important:** This extension requires the pre-release version of the Python extension (`ms-python.python`) to operate (version 2024.23.2025010901 or later).
|
10 | 15 |
|
11 |
| -This extension provides a Python Environments view, accessible via the VS Code Activity Bar, where you can: |
12 |
| - |
13 |
| -- Create, delete, and manage environments |
14 |
| -- Install and uninstall packages within the selected environment |
15 |
| -- Create activated terminals Activate terminals |
16 |
| -- Add and create new Python projects |
17 |
| - |
18 | 16 | ## Features
|
19 | 17 |
|
20 | 18 | <img src=<https://raw.githubusercontent.com/microsoft/vscode-python-environments/main/images/python-envs-overview.gif> width=734 height=413>
|
@@ -51,7 +49,7 @@ The extension also provides an interface to install and uninstall Python package
|
51 | 49 |
|
52 | 50 | ![ADD A QUICK REFERENCE PICTURE FOR BUTTONS]()
|
53 | 51 |
|
54 |
| -The extension uses `pip` as the default package manager. You can change this by setting the `python-envs.defaultPackageManager` setting to a different package manager. The following are package managers supported out of the box: |
| 52 | +The extension uses `pip` as the default package manager, but you can use the package manager of your choice using the `python-envs.defaultPackageManager` setting. The following are package managers supported out of the box: |
55 | 53 |
|
56 | 54 | | Id | Name | Description|
|
57 | 55 | | ---------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
0 commit comments