1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

README: add python client in How do I use it section (#6136)

This commit is contained in:
CleanMachine1 2021-07-06 21:28:55 +01:00 committed by GitHub
parent 2588e62937
commit dcc9ababe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.