From ff4f87b628a5d11bfc89e87936b698b46ae0faab Mon Sep 17 00:00:00 2001 From: Kwan-Yuet Ho Date: Sat, 13 Jul 2024 13:49:35 -0400 Subject: [PATCH] updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15c6ea2..9da23c0 100644 --- a/README.md +++ b/README.md @@ -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.