From 8eaac7c5f1c8543ce4b8a6a0545862bc9404e334 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 11 May 2020 12:23:11 -0700 Subject: [PATCH] pip, not pip3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1757802..29c04da 100644 --- a/README.md +++ b/README.md @@ -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