We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d1537 commit ff6f821Copy full SHA for ff6f821
README.md
@@ -9,16 +9,22 @@
9
10
Client for issuing queries to an Amp server and working with the returned data.
11
12
+## Dependencies
13
+1. Rust
14
+ `brew install rust`
15
+
16
## Installation
17
18
1. Ensure you have [`uv`](https://docs.astral.sh/uv/getting-started/installation/) installed locally.
19
2. Install dependencies
20
```bash
21
uv build
22
```
-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]`
26
- uv venv
27
+ uv venv --python 3.13
28
29
30
## Useage
0 commit comments