Installation ============ QSignature requires Python 3.9 or higher. Using pip --------- The simplest way to install QSignature is via pip: .. code-block:: bash pip install QSignature From source ----------- To install the latest development version from GitHub: .. code-block:: bash git clone https://github.com/1030ahmad1030/QSignature.git cd QSignature pip install . Dependencies ------------ QSignature automatically installs the following dependencies: - numpy>=1.21.0 - scipy>=1.7.0 - pandas>=1.3.0 - matplotlib>=3.4.0 Verification ------------ To verify that QSignature is installed correctly: .. code-block:: python import QSignature print(QSignature.__version__) You should see the version number (e.g., 1.0.1).