Update README.md to enhance installation instructions for the Python package

This commit is contained in:
Palash Tyagi 2025-04-06 05:14:52 +01:00
parent 977a94086f
commit 72e10626fc

View File

@ -4,12 +4,20 @@ A Rust implementation of the [Macrosynergy Python Package](https://github.com/ma
## Build and install the Python package
Create a virtual environment:
```bash
python -m venv .venv
```
```bash
# source .venv/bin/activate
./.venv/Scripts/activate
pip install maturin
maturin develop --release
pip install uv
uv pip install maturin jupyter notebook
uv pip install .
# alternatively, directly use maturin:
# maturin develop --release
```
## Status