Installation ================== **Clone PyBDC repository** .. code-block:: shell git clone https://github.com/DIDSR/PyBDC.git **Run the following commands to install required dependencies** .. code-block:: shell apt-get -y install python3.11-tk apt-get -y install pip cd PyBDC pip install -r requirements.txt **The required dependencies located in requirements.txt** * customtkinter==5.2.2 * matplotlib==3.8.0 * numpy==1.26.0 * pandas==1.3.4 **Run PyBDC** .. code-block:: shell python3 PyBDC.py