Update README.md (#62)
add info for pip install and performance tracking.
diff --git a/README.md b/README.md
index 9c764b7..1488ef8 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,14 @@
critical aspects of a target architecture in a way that can be reasoned
about and leveraged by all passes in both MLIR and LLVM.
+## Installing the MPACT compiler
+
+To install the MPACT compiler through [PyPI](https://pypi.org/project/mpact/), please use the following command:
+
+```shell
+pip install mpact
+```
+
## Building the MPACT compiler
To build and run the MPACT compiler from source (for developers),
@@ -96,6 +104,10 @@
cmake --build build --target benchmark-mpact
```
+## Performance
+
+Performance of critical kernels for ML models are tracked for each commit. Any regression > 120% will be notified. Graphs could be found in the [github page](https://mpact-org.github.io/mpact-compiler/dev/bench/).
+
## Notes
1. Shells other than bash/sh/etc. require a different `activate` script, as shown. Because the python environment has to be set up for every session, we recommend putting it in your .*sh startup file.