Skip to content

Commit

Permalink
docs: emphasize rust component [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Feb 5, 2024
1 parent de2ba83 commit 6817206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```

Expand Down

0 comments on commit 6817206

Please sign in to comment.