dongwook-chan's picture
Initial commit
cdf4e4e unverified
raw
history blame contribute delete
108 Bytes
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
pre-commit install