File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
21251 . Ensure you have [ ` uv ` ] ( https://docs.astral.sh/uv/getting-started/installation/ ) installed locally.
22262 . 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
You can’t perform that action at this time.
0 commit comments