Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 970 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 970 Bytes

Glossar

Welcome to the Glossar! This project provides a glossary of key terms organized alphabetically, complete with definitions and literature references.

Getting Started

Prerequisites

  • Python (3.6 or higher)
  • Jupyter Book

Installation

  1. Clone the Repository:

    git clone https://github.com/LamiaIslam75/QUADRIGA-Glossar.git
  2. Create and Activate a Virtual Environment (optional):

    python -m venv venv
    venv\Scripts\activate  # Windows
    source venv/bin/activate  # macOS/Linux
  3. Install Requirements:

    pip install -r requirements.txt

Building the Glossar

To clean the glossary:

jupyter-book clean .

To generate and view the glossary:

jupyter-book build .

Contributing

Contributions are welcome! Fork the repo, make your changes, and submit a pull request.


Thank you for exploring the QUADRIGA Glossar!