From 13c088cfe77646be00dd0b9b90d62cc9f8536c01 Mon Sep 17 00:00:00 2001 From: Cameron Hargreaves Date: Sat, 3 Sep 2022 14:53:03 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f48347..b028445 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ For python 3.8+, due to [known library conflicts](https://github.com/materialspr ``` pip install ElMD --no-deps -pip intall numpy # if necessary +pip install numpy # if necessary pip install numba # Gives significant speedup, but can cause dependency issues with other libraries ```