This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lqb
/
exo
mirror of
https://github.com/exo-explore/exo
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
always install interactively
Alex Cheema
7 months ago
parent
be9f2e7915
commit
fc65765be0
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
install.sh
+ 1
- 1
install.sh
View File
@@ -2,4 +2,4 @@
python3 -m venv .venv
source .venv/bin/activate
-pip install .
+pip install
-e
.