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