You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively if you don't want to install `uv`, you can stick with the standard `pip` setup by ensuring you have the Python version specified in `.python-version`, create a virtual environment however you desire and then install dependencies using this command:
30
-
31
-
```sh
32
-
$ pip install -r requirements-dev.lock
20
+
uv run python script.py
33
21
```
34
22
35
23
## Modifying/Adding code
@@ -103,7 +91,7 @@ If you’d like to use the repository from source, you can either install from g
Copy file name to clipboardExpand all lines: README.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ It is generated with [Stainless](https://www.stainless.com/).
12
12
pip install stagehand-alpha
13
13
```
14
14
15
+
For local development or when working from this repository, sync the dependency lockfile with `uv` (see the Local development section below) before running project scripts.
0 commit comments