From 68172060b205e1addf424197af9b068d38004851 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Sun, 4 Feb 2024 22:28:57 -0500 Subject: [PATCH] docs: emphasize rust component [no ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01b5876..05725fe 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,11 @@ for JSON parsing and serialization, specify the `rustdeps` extra: python -m pip install strkit[rustdeps] ``` +This core Rust component may be required in the future! On some Alliance (DRAC/CC) clusters, this may require loading Rust first, to compile the wheels: ```bash -module load rust/1.65.0 +module load rust/1.70.0 python -m pip install strkit[rustdeps] ```