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:
pip install Alt-Ctrl-Proj
Development Installation
To install the development version directly from GitHub:
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:
pip install Alt-Ctrl-Proj[dev]
Or manually:
pip install pytest pytest-cov mypy ruff
Verification
To verify the installation, you can run:
import xer_parser
print(xer_parser.__version__)