From 3f8a2b7c0cfef5d5111f59fb51d53004985b7c99 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Fri, 11 Apr 2025 01:23:38 +0100 Subject: [PATCH] Update README to include Cargo installation instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a116e06..00ea1a5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,14 @@ A Rust implementation of the [Macrosynergy Python Package](https://github.com/ma ## Build and install the Python package +Install Cargo: + +``` +curl https://sh.rustup.rs -sSf | sh +``` + Create a virtual environment: + ```bash python -m venv .venv ``` @@ -21,6 +28,7 @@ uv pip install . ``` Install from uv + Git (if authenticated): + ```bash uv pip install git+https://github.com/Magnus167/msyrs@main ```