Skip to content

Commit

Permalink
feat: update docs (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt authored Jan 12, 2024
1 parent 6da3d80 commit 7f7a818
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
Installation
============

Konoha supports Python 3.5 or newer.
The latest Konoha supports Python 3.8 or newer.

We recommend to install via pip:

.. code-block:: bash
$ pip install konoha[all]
If you want to install Konoha with AllenNLP integration, please run:

.. code-block:: bash
$ pip install konoha[all_with_integrations]
You can also install Konoha with specific tokenizer, please run:

.. code-block:: bash
Expand Down

0 comments on commit 7f7a818

Please sign in to comment.