xiaomoguhzz's picture
Add files using upload-large-folder tool
979b286 verified
raw
history blame contribute delete
331 Bytes
install: ## [Local development] Upgrade pip, install requirements, install package.
python -m pip install -U pip
python -m pip install -e .
install-dev: ## [Local development] Install test requirements
python -m pip install -r requirements-test.txt
test: ## [Local development] Run unit tests
python -m pytest -x -s -v tests