Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 622 Bytes

README.md

File metadata and controls

26 lines (25 loc) · 622 Bytes

run

install in conda env

pip install git+https://github.com/Simonll/bintools.git

pre-commit install

conda install -c conda-forge pre-commit
  • copy .pre-commit-config.yaml from another repository
  • copy pyproject.toml form another repository
pre-commit install

create conda environment

conda env create --file environment.yml

pruning cache from docker

docker builder prune
docker system prune -a