# Clone repositorygitclonehttps://github.com/Warren8824/cgm-data-processor.git
cdcgm-data-processor
# Install dependencies using pippipinstall-rrequirements.txt
# Or using Poetry poetryinstall
And as simple as that the system is ready to use. - Check out our Basic Usage page.
# Clone repositorygitclonehttps://github.com/Warren8824/cgm-data-processor.git
cdcgm-data-processor
# Install Poetry (if not installed)curl-sSLhttps://install.python-poetry.org|python3-
# Create and activate new environment# macOS/Linux:poetryenvactivate
source$(poetryenvinfo--path)/bin/activate
# Windows(Powershell):poetryenvactivate
(Invoke-Expression"$(poetryenvinfo--path)\Scripts\Activate")# Install development dependencies# Using poetry:poetryinstall--withdev
# or using venv:pipinstall-rrequirements-dev.txt
# Setup pre-commit hookspoetryrunpre-commitinstall
# Run testspoetryrunpytest