Create a Project
This guide teaches you how to create an Ascend project.
- CLI
Prerequisites
- Ascend CLI installed
- A working directory to store your projects
Change to the working directory where you want to store your projects and run the following command:
ascend create project my_first_project
This command creates a new project with the default template.
Next, you can edit the project configuration file my_first_project/ascend_project.yaml
to customize your project and fill in the project details.