Skip to content

Commit 088d145

Browse files
committed
moving things around
1 parent 7a837b7 commit 088d145

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
22

33
## Overview
44

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
611

712
> **Note:** This extension is in preview, and its APIs and features are subject to change as the project evolves.
813
914
> **Important:** This extension requires the pre-release version of the Python extension (`ms-python.python`) to operate (version 2024.23.2025010901 or later).
1015
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-
1816
## Features
1917

2018
<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
5149

5250
![ADD A QUICK REFERENCE PICTURE FOR BUTTONS]()
5351

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:
5553

5654
| Id | Name | Description|
5755
| ---------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)