Installation¶
Requirements¶
- Python 3.8 or higher
- pip
Install from PyPI¶
The easiest way to install teehistorian-py is from PyPI:
Install from Source¶
If you want to install from source or contribute to development:
Prerequisites¶
- Rust toolchain (1.70+)
- Python 3.8+
- pip
Steps¶
-
Clone the repository:
-
Create a virtual environment (recommended):
-
Install maturin:
-
Build and install:
Verify Installation¶
Troubleshooting¶
Rust Not Found¶
If you get an error about Rust not being found, install it from rustup.rs.
Build Errors¶
Make sure you have the latest version of pip and maturin: