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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ Observe Pyth on-chain price feeds and run sanity checks on the data.
7
7
Container images are available at https://github.com/pyth-network/pyth-observer/pkgs/container/pyth-observer
8
8
9
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
+
- Python 3.11 ([pyenv](https://github.com/pyenv/pyenv) is a nice way to manage Python installs, and once installed will automatically set the version to 3.11 for this project dir via the `.python-version` file).
11
+
-[Poetry] v2.1.4 (https://python-poetry.org), which handles package and virtualenv management.
0 commit comments