Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.
Version: 3.0.0

Create a Project

This guide teaches you how to create an Ascend project.

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.