mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 13:00:01 +00:00
Update README.md to enhance installation instructions for the Python package
This commit is contained in:
parent
977a94086f
commit
72e10626fc
12
README.md
12
README.md
@ -4,12 +4,20 @@ A Rust implementation of the [Macrosynergy Python Package](https://github.com/ma
|
|||||||
|
|
||||||
## Build and install the Python package
|
## Build and install the Python package
|
||||||
|
|
||||||
|
Create a virtual environment:
|
||||||
```bash
|
```bash
|
||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
# source .venv/bin/activate
|
# source .venv/bin/activate
|
||||||
./.venv/Scripts/activate
|
./.venv/Scripts/activate
|
||||||
pip install maturin
|
pip install uv
|
||||||
maturin develop --release
|
uv pip install maturin jupyter notebook
|
||||||
|
uv pip install .
|
||||||
|
|
||||||
|
# alternatively, directly use maturin:
|
||||||
|
# maturin develop --release
|
||||||
```
|
```
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user