Browse Source

install script

Alex Cheema 1 year ago
parent
commit
fbbb45c37e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      install.sh

+ 5 - 0
install.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+python3 -m venv .venv
+source .venv/bin/activate
+pip install .