Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Jul 13, 2024
1 parent 7212811 commit ff4f87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ See [tutorial](http://shorttext.readthedocs.io/en/latest/tutorial.html) for how
To install it, in a console, use `pip`.

```
>>> pip install -U shorttext
>>> pip install shorttext
```

or, if you want the most recent development version on Github, type

```
>>> pip install -U git+https://github.com/stephenhky/PyShortTextCategorization@master
>>> pip install git+https://github.com/stephenhky/PyShortTextCategorization@master
```

Developers are advised to make sure `Keras` >=2 be installed. Users are advised to install the backend `Tensorflow` (preferred) or `Theano` in advance. It is desirable if `Cython` has been previously installed too.
Expand Down

0 comments on commit ff4f87b

Please sign in to comment.