Skip to content

Commit ff6f821

Browse files
authored
Update README.md
Python version is limited to 3.13 Rust dependency
1 parent 61d1537 commit ff6f821

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,22 @@
99

1010
Client for issuing queries to an Amp server and working with the returned data.
1111

12+
## Dependencies
13+
1. Rust
14+
`brew install rust`
15+
1216
## Installation
1317

1418
1. Ensure you have [`uv`](https://docs.astral.sh/uv/getting-started/installation/) installed locally.
1519
2. Install dependencies
1620
```bash
1721
uv build
1822
```
19-
3. Activate a virtual environment
23+
3. Activate a virtual environment
24+
25+
Python 3.13 is the highest version supported `brew install [email protected]`
2026
```bash
21-
uv venv
27+
uv venv --python 3.13
2228
```
2329

2430
## Useage

0 commit comments

Comments
 (0)