From 2c4919f281b93614a1814c68dbb88b1fae145cb7 Mon Sep 17 00:00:00 2001 From: Quek <89379153+qweiliang1@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:00:05 +0800 Subject: [PATCH] Update README with pixi integration instructions Added instructions for integrating with pixi and updating pixi.toml. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0d8d9b3..f4c68be 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,13 @@ uv run rush-exess-chelpg [...] uv run rush-exess-qmmm [...] ``` +### With `pixi` +Add to `pixi.toml` +```toml +[pypi-dependencies] +rush-py2 = { git = "https://github.com/talo/rush-py2.git", rev = "main" } +``` + ### Using in your project Add to your `pyproject.toml`: