Installation ============ Alt-Ctrl-Proj is available on PyPI and can be installed using pip. The library is compatible with Python 3.6 and above. Basic Installation ----------------- To install the latest stable release of Alt-Ctrl-Proj: .. code-block:: bash pip install Alt-Ctrl-Proj Development Installation ----------------------- To install the development version directly from GitHub: .. code-block:: bash pip install git+https://github.com/osama-ata/Alt-Ctrl-Proj.git Dependencies ----------- Alt-Ctrl-Proj has minimal dependencies: - Python 3.10+ Optional Dependencies ------------------- For running tests or contributing to development: - pytest - pytest-cov - mypy - ruff You can install development dependencies with: .. code-block:: bash pip install Alt-Ctrl-Proj[dev] Or manually: .. code-block:: bash pip install pytest pytest-cov mypy ruff Verification ----------- To verify the installation, you can run: .. code-block:: python import xer_parser print(xer_parser.__version__)