File size: 593 Bytes
d0f9f3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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