瀏覽代碼

add alternative installation through install.sh

Alex Cheema 1 年之前
父節點
當前提交
3778301b47
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

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