Installation

Requirements

dabeplech works with version of Python >= 3.6.0 and uses the following dependencies:

  • pydantic (==1.5.1)

  • requests (==2.23.0)

Note

We highly recommend the use of a virtual environment such as virtualenv, pyenv or conda.

Installation procedure

Pip

You can use pip to install dabeplech of the latest stable version published on pypi:

pip install dabeplech

Manually

Note

This is particularly useful when you wish to install a version under development from any branches of the Github repository.

Clone the repository and install dabeplech with the following commands:

git clone https://github.com/khillion/dabeplech.git
cd dabeplech
pip install .

Uninstallation procedure

You can remove dabeplech with the following command:

pip uninstall dabeplech

Note

This will not uninstall dependencies. To do so you can make use of the pip-autoremove tool pip-autoremove or set up your environment with pipenv or poetry