From e5bfca9f19a21092029f9667c2f8149ef1c22e54 Mon Sep 17 00:00:00 2001 From: Prakash Maheshwaran <73785492+Prakashmaheshwaran@users.noreply.github.com> Date: Thu, 29 May 2025 17:17:02 -0400 Subject: [PATCH] docs: add local development installation instructions to README (#2523) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fe72b5a..3d214c78 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,10 @@ We love to see how Skyvern is being used in the wild. Here are some examples of

# 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