Move installing postgres into the if statement that checks if psql exists (#19)

This commit is contained in:
Suchintan
2024-03-04 10:58:08 -05:00
committed by GitHub
parent c8e41f6a64
commit 3912e2980a
2 changed files with 6 additions and 3 deletions

View File

@@ -70,6 +70,9 @@ If you're looking to contribute to Skyvern, you'll need to install the pre-commi
pre-commit install
```
## Running your first automation
# How it works
Skyvern was inspired by the Task-Driven autonomous agent design popularized by [BabyAGI](https://github.com/yoheinakajima/babyagi) and [AutoGPT](https://github.com/Significant-Gravitas/AutoGPT) -- with one major difference: we give Skyvern the ability to interact with websites using browser automation libraries like [Playwright](https://playwright.dev/).