Skip to content

Commit 7a837b7

Browse files
committed
reorganizing
1 parent 3b771e0 commit 7a837b7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,20 @@ The Python Environments extension for VS Code helps you manage Python environmen
88
99
> **Important:** This extension requires the pre-release version of the Python extension (`ms-python.python`) to operate (version 2024.23.2025010901 or later).
1010
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+
1118
## Features
1219

1320
<img src=<https://raw.githubusercontent.com/microsoft/vscode-python-environments/main/images/python-envs-overview.gif> width=734 height=413>
1421

1522
### Environment Management
1623

17-
This extension provides an Python Environments view, accessible via the VS Code Activity Bar, where you can:
18-
19-
- Create, delete, and switch between environments.
20-
- Install and uninstall packages within the selected environment.
21-
- Use APIs to allow extension developers to contribute their own environment managers.
24+
The Python Environments panel provides an interface to create, delete and manage environments.
2225

2326
![ADD A QUICK REFERENCE FOR UI BUTTON]()
2427

0 commit comments

Comments
 (0)