Issue-2756: updated alembic setup to account for asyncpg mode (#3431)

This commit is contained in:
Alex Angin
2025-09-16 00:33:51 -04:00
committed by GitHub
parent b6c1e16c96
commit 323952169e
5 changed files with 140 additions and 25 deletions

View File

@@ -44,6 +44,14 @@ If you'd like to try it out, navigate to [app.skyvern.com](https://app.skyvern.c
## Install & Run
Dependencies needed:
- [Python 3.11.x](https://www.python.org/downloads/), works with 3.12, not ready yet for 3.13
- [NodeJS & NPM](https://nodejs.org/en/download/)
Additionally, for Windows:
- [Rust](https://rustup.rs/)
- VS Code with C++ dev tools and Windows SDK
### 1. Install Skyvern
```bash
@@ -51,6 +59,7 @@ pip install skyvern
```
### 2. Run Skyvern
This is most helpful for first time run (db setup, db migrations etc).
```bash
skyvern quickstart
@@ -60,7 +69,7 @@ skyvern quickstart
#### UI (Recommended)
Start the Skyvern service and UI
Start the Skyvern service and UI (when DB is up and running)
```bash
skyvern run all