Welcome to the Glossar! This project provides a glossary of key terms organized alphabetically, complete with definitions and literature references.
- Python (3.6 or higher)
- Jupyter Book
-
Clone the Repository:
git clone https://github.com/LamiaIslam75/QUADRIGA-Glossar.git
-
Create and Activate a Virtual Environment (optional):
python -m venv venv venv\Scripts\activate # Windows source venv/bin/activate # macOS/Linux
-
Install Requirements:
pip install -r requirements.txt
To clean the glossary:
jupyter-book clean .
To generate and view the glossary:
jupyter-book build .
Contributions are welcome! Fork the repo, make your changes, and submit a pull request.
Thank you for exploring the QUADRIGA Glossar!