Skip to content

Commit ff4f87b

Browse files
committed
updated README.md
1 parent 7212811 commit ff4f87b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ See [tutorial](http://shorttext.readthedocs.io/en/latest/tutorial.html) for how
4646
To install it, in a console, use `pip`.
4747

4848
```
49-
>>> pip install -U shorttext
49+
>>> pip install shorttext
5050
```
5151

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

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

5858
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.

0 commit comments

Comments
 (0)