mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 04:20:00 +00:00
Update README to include Cargo installation instructions
This commit is contained in:
parent
c70dc11abd
commit
3f8a2b7c0c
@ -4,7 +4,14 @@ A Rust implementation of the [Macrosynergy Python Package](https://github.com/ma
|
|||||||
|
|
||||||
## Build and install the Python package
|
## Build and install the Python package
|
||||||
|
|
||||||
|
Install Cargo:
|
||||||
|
|
||||||
|
```
|
||||||
|
curl https://sh.rustup.rs -sSf | sh
|
||||||
|
```
|
||||||
|
|
||||||
Create a virtual environment:
|
Create a virtual environment:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
```
|
```
|
||||||
@ -21,6 +28,7 @@ uv pip install .
|
|||||||
```
|
```
|
||||||
|
|
||||||
Install from uv + Git (if authenticated):
|
Install from uv + Git (if authenticated):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
uv pip install git+https://github.com/Magnus167/msyrs@main
|
uv pip install git+https://github.com/Magnus167/msyrs@main
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user