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 ```