docs: add local development installation instructions to README (#2523)

This commit is contained in:
Prakash Maheshwaran
2025-05-29 17:17:02 -04:00
committed by GitHub
parent 829e46c726
commit e5bfca9f19

View File

@@ -370,7 +370,10 @@ We love to see how Skyvern is being used in the wild. Here are some examples of
</p>
# Contributor Setup
For a complete local environment CLI Installation
```bash
pip install -e .
```
The following command sets up your development environment to use pre-commit (our commit hook handler)
```
skyvern quickstart contributors