Migrate Skyvern to uv from poetry (#3554)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: stas <stas@skyvern.com>
This commit is contained in:
committed by
GitHub
parent
878ef36a36
commit
d61179e132
@@ -20,7 +20,7 @@ These instructions will get you a copy of the project up and running on your loc
|
||||
|
||||
Before you begin, ensure you have the following installed:
|
||||
- [Python 3.11](https://www.python.org/downloads/)
|
||||
- [Poetry](https://python-poetry.org/docs/#installation)
|
||||
- [uv](https://docs.astral.sh/uv/getting-started/installation/)
|
||||
|
||||
### Installation
|
||||
|
||||
@@ -33,7 +33,7 @@ Before you begin, ensure you have the following installed:
|
||||
2. **Install dependencies**
|
||||
|
||||
```sh
|
||||
poetry install
|
||||
uv sync
|
||||
```
|
||||
|
||||
3. *Define the following environment variables*
|
||||
|
||||
Reference in New Issue
Block a user