Editing custom environment templates
You can add more packages to your existing custom template.
| Information | Every update of the custom template overrides the previous version of the template. One template is available per desk. Custom environment templates are tied to the work desks in which they were created. Making changes to a custom template is available only from the desk in which it was originaly created. |
To change your custom template:
- In My projects, click the project you need.
- On the Desk****s tab,click the desk in which the custom templait was created to start it.
- Click the button to run VS Code.

- Click the custom environment that you created.
- Click Open VS Code. Wait for the environment to set up.
- Open the Terminal tab.

- Use Python PIP (the pip install {package_name} command) or any other available package manager to install the required packages.
- Click the environment icon to open the context menu.

- In the menu, click Update custom environment. The current version with the added packages will be saved as the custom template instead of the previous one.