fix skyvern run docs part 2 (#2386)

This commit is contained in:
Shuchang Zheng
2025-05-19 00:53:57 -07:00
committed by GitHub
parent abf581a8ce
commit 699502ea84
2 changed files with 24 additions and 14 deletions

View File

@@ -77,7 +77,7 @@ If you'd like to try it out,
# Quickstart
This quickstart guide will walk you through getting Skyvern up and running on your local machine.
## Local
## Install & Run
> ⚠️ **REQUIREMENT**: This project requires Python 3.11 ⚠️
1. **Install Skyvern**
@@ -112,7 +112,7 @@ This quickstart guide will walk you through getting Skyvern up and running on yo
task = await skyvern.run_task(prompt="Find the top post on hackernews today")
print(task)
```
A local browser will pop up. Skyvern will start executing the task in the browser and close the it when the task is done.
A local browser will pop up. Skyvern will start executing the task in the browser and close the it when the task is done. You will be able to review the task from http://localhost:8080/history
You can also send a task to Skyvern Cloud:
```python