You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,19 +16,7 @@ If you already know how to install python packages, then you can install it via
16
16
You might need sudo on linux.
17
17
18
18
```
19
-
$ pip install -U litecli
20
-
```
21
-
22
-
The package is also available on Arch Linux through AUR in two versions: [litecli](https://aur.archlinux.org/packages/litecli/) is based the latest release (git tag) and [litecli-git](https://aur.archlinux.org/packages/litecli-git/) is based on the master branch of the git repo. You can install them manually or with an AUR helper such as `yay`:
23
-
24
-
```
25
-
$ yay -S litecli
26
-
```
27
-
28
-
or
29
-
30
-
```
31
-
$ yay -S litecli-git
19
+
$ pip install -U litecli[sqlean]
32
20
```
33
21
34
22
For MacOS users, you can also use Homebrew to install it:
0 commit comments