Installation
Install DPKS
DPKS
can be install via pip
:
Via pip
pip install dpks
From Source
The sources for dpks can be downloaded from the Github repo.
You can clone the repository:
git clone git://github.com/InfectionMedicineProteomics/DPKS
To install dpks, run this command in your terminal:
cd DPKS && pip install .
If you are developing DPKS, run this command in your terminal:
pip install tox flake8 flake8-html coverage pytest pytest-html pytest-cov black mypy bandit
cd DPKS && pip install -e .
If you don't have pip installed, this Python installation guide can guide you through the process.