To see, what packages are included in your desk environment:
- In My projects, click the project you need.
- Open My desk.
- Open the VS Code terminal by pressing the keys: CMD + J or CTRL + J.
- Enter the command:
pip list
The list of packages will be output.
Prev Next