From dcc9ababe6c0e08d89e4c937efa91691cb93c62f Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Tue, 6 Jul 2021 21:28:55 +0100 Subject: [PATCH] README: add python client in How do I use it section (#6136) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 04b213f027..5bb194dec0 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ which is supported by the tldr-pages project maintainers: npm install -g tldr +You can also use the fully-featured [official Python client](https://github.com/tldr-pages/tldr-python-client) which can be installed via `pip3`. + + pip3 install tldr + That way you can write `tldr tar` in the terminal to show the tldr page for `tar`, just like you would write `man tar` to show its manpage.