From 15d2c0fcbe14a39d72b005d0eba90f7ff5a11861 Mon Sep 17 00:00:00 2001 From: lord63 Date: Fri, 6 Nov 2015 19:36:06 +0800 Subject: [PATCH] Add the new python client: tldr.py, close #307 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9e317547..c97e0051b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ You can access these pages on your computer using one of the following clients: - [Node.js client](https://github.com/rprieto/tldr-node-client) : `npm install -g tldr` - [Python client](https://github.com/felixonmars/tldr-python-client) : `pip install tldr` +- [Python client](https://github.com/lord63/tldr.py): `pip install tldr.py` - [Go client](https://github.com/pranavraja/tldr) : `go get github.com/pranavraja/tldr` or [platform binaries](https://github.com/pranavraja/tldr/releases) - [Elixir client](https://github.com/edgurgel/tldr): binaries available soon - [C++ client](https://github.com/tldr-pages/tldr-cpp-client): `brew tap tldr-pages/tldr && brew install tldr`