7 lines
No EOL
112 B
Bash
Executable file
7 lines
No EOL
112 B
Bash
Executable file
#! /bin/bash
|
|
|
|
python -m venv venv
|
|
source venv/bin/activate
|
|
|
|
# Install Commitizen
|
|
pip install -r requirements.txt |