[mpact][compiler] README path setup fix (#44)
Fixed inconsistency between the default PYTHON path
setup instructions and the shell specific notes.
diff --git a/README.md b/README.md
index 10e27b7..a59f12d 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@
2. Shells other than bash/sh/etc. set their environment variables differently:
- For csh/tcsh/etc.:
```shell
- setenv PYTHONPATH `pwd`/build/tools/torch-mlir/python_packages/torch_mlir:`pwd`/build/tools/mpact/python_packages/mpact
+ setenv PYTHONPATH `pwd`/build/tools/mpact/python_packages/mpact
```
3. If using csh/tcsh/etc., run the following command before trying to build the compiler:
```shell