Sfoglia il codice sorgente

add alternative installation through install.sh

Alex Cheema 1 anno fa
parent
commit
3778301b47
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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