From 49aacd8684af16b0ca94d3e0a579955b2e7292f3 Mon Sep 17 00:00:00 2001 From: Anoushka Bhutani <57276779+anoushka2000@users.noreply.github.com> Date: Mon, 4 May 2026 05:54:33 -0400 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2411be44..2444a9cf 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ various additional analysis and downstream applications (See [`./opt`](./opt/) m 2. Instantiate the environment: `uv sync` 3. Use [`submit/submit.py`](./submit/submit.py) to submit a training job or checkout one of our applications in [`./opt`](./opt) -> You may need to install [rust](https://www.rust-lang.org/tools/install) if pre-built wheels for [smirk](https://github.com/BattModels/smirk) are not available on [PyPi](https://pypi.org/project/smirk/). +> You may need to install [rust](https://www.rust-lang.org/tools/install) if pre-built wheels for [smirk](https://github.com/BattModels/smirk) are not available on [PyPI](https://pypi.org/project/smirk/). > Feel free to [open an issue](https://github.com/BattModels/smirk/issues) to request additional pre-built wheels. ## Polaris