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
install script
Alex Cheema
1 year ago
parent
3778301b47
commit
fbbb45c37e
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
install.sh
+ 5
- 0
install.sh
View File
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+python3 -m venv .venv
+source .venv/bin/activate
+pip install .