Skip to content

Commit

Permalink
Add more details to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielSCabrera committed Dec 15, 2023
1 parent 056d2e8 commit 8cd3eec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ A class that provides an interface to convert spoken language into written text

### Important Note

BanterBot requires several spaCy language models to run, and will automatically download them on first-time initialization, if they are missing -- this process can sometimes take a while.
BanterBot requires several spaCy language models to run, and will automatically download them on first-time initialization, if they are missing or incompatible -- this process can sometimes take a while.

### Pip (Recommended)

BanterBot is installable using the Python Package Index (PyPi):
BanterBot can be installed or updated using the Python Package Index (PyPi):

```bash
python -m pip install banterbot
python -m pip install --upgrade banterbot
```

### Manual
Expand Down
7 changes: 4 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,17 @@ Important Note

BanterBot requires several spaCy language models to run, and will
automatically download them on first-time initialization, if they
are missing -- this process can sometimes take a while.
are missing or incompatible -- this process can sometimes take a while.

Pip (Recommended)
~~~~~~~~~~~~~~~~~

BanterBot is installable using the Python Package Index (PyPi):
BanterBot can be installed or updated using the Python Package Index (PyPi):

.. code:: bash
python -m pip install banterbot
python -m pip install --upgrade banterbot
Manual
~~~~~~
Expand Down

0 comments on commit 8cd3eec

Please sign in to comment.