Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated per PR comment.
  • Loading branch information
technically-tracy committed Feb 4, 2023
commit 570b92ffc262d4fbc94212b0ce0c418d786dedd1
2 changes: 1 addition & 1 deletion docs/guides/create_a_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To create a project from the command line, follow these steps:

## Edit an existing project

To edit an existing project, open the project file you wish to edit within VSCode (recommended) or your preferred editor.
To edit an existing project, open the project file you wish to edit in your preferred editor.

If using CLI or Notebook, you can open a file in your project for editing by using the `sqlmesh` command with the `--path` varaible, and pointing to your project's path as follows:

Expand Down
2 changes: 2 additions & 0 deletions docs/prerequisites.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Prerequisites

[//]: # (If anything changes here, update quick_start.md as well.)

You'll need Python 3.7 or higher to use SQLMesh. You can check your python version by running the following command:
```
python3 --version
Expand Down
2 changes: 2 additions & 0 deletions docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This example project will run locally on your computer using [DuckDB](https://du

## Prerequisites

[//]: # (If anything changes here, update prerequisites.md as well.)

You'll need Python 3.7 or higher to use SQLMesh. You can check your python version by running the following command:
```
python3 --version
Expand Down