add alternative installation through install.sh

This commit is contained in:
Alex Cheema
2024-07-17 21:13:59 -07:00
parent 4f4696e09d
commit 3778301b47

View File

@@ -75,6 +75,8 @@ The current recommended way to install exo is from source.
git clone https://github.com/exo-explore/exo.git
cd exo
pip install .
# alternatively, with venv
source install.sh
```
### Troubleshooting