mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 02:30:07 +00:00
Update README.md to include Docker. (#153)
Co-authored-by: Kerem Yilmaz <kerem@skyvern.com>
This commit is contained in:
parent
533ed32d9c
commit
9cf40d83fd
1 changed files with 3 additions and 1 deletions
|
@ -78,6 +78,7 @@ Before you begin, make sure you have the following installed:
|
||||||
- [Brew (if you're on a Mac)](https://brew.sh/)
|
- [Brew (if you're on a Mac)](https://brew.sh/)
|
||||||
- [Poetry](https://python-poetry.org/docs/#installation)
|
- [Poetry](https://python-poetry.org/docs/#installation)
|
||||||
- `brew install poetry`
|
- `brew install poetry`
|
||||||
|
- [Docker](https://docs.docker.com/engine/install/)
|
||||||
|
|
||||||
Note: Our setup script does these two for you, but they are here for reference.
|
Note: Our setup script does these two for you, but they are here for reference.
|
||||||
- [Python 3.11](https://www.python.org/downloads/)
|
- [Python 3.11](https://www.python.org/downloads/)
|
||||||
|
@ -87,6 +88,7 @@ Note: Our setup script does these two for you, but they are here for reference.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
1. Clone the repository and navigate to the root directory
|
1. Clone the repository and navigate to the root directory
|
||||||
|
1. Open Docker Desktop (Works for Windows, macOS, and Linux) or run Docker Daemon
|
||||||
1. Run the setup script to install the necessary dependencies and setup your environment
|
1. Run the setup script to install the necessary dependencies and setup your environment
|
||||||
```bash
|
```bash
|
||||||
./setup.sh
|
./setup.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue