Skip to content

Commit

Permalink
docs: add indentation to code in list
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoa committed Jul 23, 2024
1 parent 964508e commit 98beadc
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,39 +27,39 @@ Create and activate a new project with the following steps:

1. Install the version of Tutor you want to use with TVM.

```bash
tvm install <tutor-version>
```bash
tvm install <tutor-version>

# For example:
# tvm install v14.0.0
```
# For example:
# tvm install v14.0.0
```

2. Create a new project with TVM.

```bash
tvm project init <project-name> <tutor-version>
```bash
tvm project init <project-name> <tutor-version>
# For example:
# tvm project init tvm-test v14.0.0
```
# For example:
# tvm project init tvm-test v14.0.0
```

3. Open the project folder.

```bash
cd <project-name>
```
```bash
cd <project-name>
```

4. Activate the project environment.

```bash
source .tvm/bin/activate
```
```bash
source .tvm/bin/activate
```

5. Run your project.

```bash
tutor local launch
```
```bash
tutor local launch
```

> [!NOTE]
> For Tutor versions <15, init a project with `tutor local quickstart`
Expand Down

0 comments on commit 98beadc

Please sign in to comment.