From 362f115a1a2a163216b2fb878d8278e9fa3f55a9 Mon Sep 17 00:00:00 2001 From: Neal Fultz Date: Sun, 12 Apr 2020 15:00:35 -0700 Subject: [PATCH] Adding pip install to README --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index 635d640..9543d04 100644 --- a/README.markdown +++ b/README.markdown @@ -78,6 +78,13 @@ Installing and setting up `t` will take about one minute. First, download the newest version or clone the Mercurial repository (`hg clone https://hg.stevelosh.com/t/`). Put it anywhere you like. +Alternatively, install it with pip: + + pip3 install --user hg+http://hg.stevelosh.com/t + +Configuring t +------------- + Next, decide where you want to keep your todo lists. I put mine in `~/tasks`. Create that directory: