Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation.mdx #214

Merged
merged 1 commit into from
Jul 5, 2023
Merged
Changes from all commits
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
11 changes: 11 additions & 0 deletions packages/doc/docs/get-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ Before installing the VulcanSQL CLI from NPM, make sure the following requiremen
npm i -g @vulcan-sql/cli
```

## Install from Pip
### Preparing the installation
Before installing the VulcanSQL CLI from Pip, make sure the following requirements are installed on your computer:
* [Python](https://www.python.org/): Currently we support versions `3.3.x` to `3.11.x`

### Pip Install
```bash
$ pip install vulcan-sql
$ vulcan --help
```

## Next Step

After installing VulcanSQL CLI, you can start initializing your project. Head to [Create Your First Data API](./first-api) to learn how to create your first API.