first commit
This commit is contained in:
8
install.sh
Normal file
8
install.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
ln -s pre-commit ./.git/hooks/pre-commit
|
||||
chmod u+x pre-commit
|
||||
|
||||
python3 -m venv .venv
|
||||
source .venv
|
||||
|
||||
Reference in New Issue
Block a user