.. role:: hidden :class: hidden-section Installation ============ Deepparse is available for Python 3.10, Python 3.11, Python 3.12 and Python 3.13. .. note:: We do not recommend installation as a root user on your system Python. Please setup a virtual environment, *e.g.*, via `Anaconda or Miniconda `_, or create a `Docker image `_. Quick Start ----------- .. raw:: html :file: quick-start.html Installation ------------ Before installing deepparse, you must have the latest version of `PyTorch `_ in your environment. - **Install the stable version of Deepparse:** .. code-block:: sh pip install deepparse - **Install the stable version of Deepparse with the app extra dependencies:** .. code-block:: sh pip install "deepparse[app]" - **Install the stable version of Deepparse with all extra dependencies:** .. code-block:: sh pip install "deepparse[all]" - **Install the stable version of Deepparse with native FastText support (requires Python 3.10–3.12):** .. code-block:: sh pip install "deepparse[fasttext]" .. note:: On Python 3.13, the ``fasttext-wheel`` package cannot be compiled. Deepparse will automatically fall back to Gensim to load FastText embeddings. See :ref:`fasttext-python-313` for details. - **Install the latest development version of Deepparse:** .. code-block:: sh pip install -U git+https://github.com/GRAAL-Research/deepparse.git@dev