From 4a577c70e0483bc125cdf59ebe81a08c50998054 Mon Sep 17 00:00:00 2001 From: Tildebeast Date: Wed, 17 May 2023 21:10:20 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44c98ad..f6e0fd2 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ To see the results in your terminal *and* write them to a file, try `sqt some_in These instructions are intended for Linux distributions and similar OSes such as the BSD family. +- Install the smartypants package using `pip install -u smartypants`. - Download the file `sqt`. - Make sure it is executable with the command `chmod u+x sqt`. - Copy it to a file in your `PATH`, with a command such as `cp sqt ~/.local/bin/`