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
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,13 @@ Observe Pyth on-chain price feeds and run sanity checks on the data.
6
6
7
7
Container images are available at https://github.com/pyth-network/pyth-observer/pkgs/container/pyth-observer
8
8
9
-
To run Observer locally, make sure you have a recent version of [Poetry](https://python-poetry.org) installed and run:
9
+
To run Observer locally, you will need:
10
+
- Python 3.10 ([pyenv](https://github.com/pyenv/pyenv) is a nice way to manage Python installs, and once installed will automatically set the version to 3.10 for this project dir via the `.python-version` file).
11
+
-[Poetry](https://python-poetry.org), which handles package and virtualenv management.
10
12
13
+
Install dependencies and run the service:
11
14
```sh
15
+
$ poetry env use $(which python)# point Poetry to the pyenv python shim
0 commit comments