cdudek / python-defaults

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-defaults

Install dependency

With virtualenv

python -m venv .venv
.venv/bin/pip install -r requirements.txt
.venv/bin/pip install -r requirements-dev.txt

With conda

conda install --yes --file requirements.txt

Install pre-commit

pre-commit install

About

License:MIT License


Languages

Language:Makefile 90.6%Language:Python 9.4%