Skip to content

Commit c30a32c

Browse files
authored
Update README.md (#14)
- Python version is limited to 3.13 - Mention Rust dependency
1 parent 66e0a7e commit c30a32c

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
@@ -16,16 +16,22 @@ Python client for Amp - a high-performance data infrastructure for blockchain da
1616
- **Parallel Streaming**: High-throughput parallel data ingestion with automatic resume
1717
- **Manifest Generation**: Fluent API for creating and deploying datasets from SQL queries
1818

19+
## Dependencies
20+
1. Rust
21+
`brew install rust`
22+
1923
## Installation
2024

2125
1. Ensure you have [`uv`](https://docs.astral.sh/uv/getting-started/installation/) installed locally.
2226
2. Install dependencies
2327
```bash
2428
uv build
2529
```
26-
3. Activate a virtual environment
30+
3. Activate a virtual environment
31+
32+
Python 3.13 is the highest version supported `brew install [email protected]`
2733
```bash
28-
uv venv
34+
uv venv --python 3.13
2935
```
3036

3137
## Quick Start

0 commit comments

Comments
 (0)