Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ysawa0 committed Nov 5, 2023
1 parent 291806d commit d44bbf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ cargo install --path .
To create a new project:

```bash
cpa create --name <project_name>
cpa create --name myproject
```

Optional params:

- `--preset`: Specifies a Python version for the project. Defaults to "python" which is mapped internally to "python3.10".
- `--preset`: Specifies a Python version for the project. Defaults to "python3.10"

Example:

```bash
cpa create --name my_project --preset python3.10
cpa create --name myproject --preset python3.10
```

## Contributions and Feedback
Expand Down

0 comments on commit d44bbf8

Please sign in to comment.