dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.5k stars 664 forks source link

BUG: readme centos install python not correct #1052

Closed jinleileiking closed 2 years ago

jinleileiking commented 2 years ago
$ sudo yum install python-pip

$ sudo pip install mycli

should be

$ sudo yum install python-pip3

$ pip3 install mycli

test on aws ec2 centos7

laixintao commented 2 years ago

Nice one, I think we should go for Python3 now. cc @amjith

amjith commented 2 years ago

I agree. Feel free to send us a PR. Happy to merge.

laixintao commented 2 years ago

@amjith i opened one, haha: https://github.com/dbcli/mycli/pull/1061