pip, not pip3

This commit is contained in:
Simon Willison 2020-05-11 12:23:11 -07:00
commit 8eaac7c5f1

View file

@ -13,7 +13,7 @@ sqlite-utils: a Python library and CLI tool for building SQLite databases](https
## Installation
pip3 install sqlite-utils
pip install sqlite-utils
## Using as a CLI tool