From 868c5c4e37e586ac6c9dd51f42f4e511ea9ddcfa Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 9 Mar 2014 14:08:47 +0800 Subject: [PATCH] README: add pip installation command for python client --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 727ac3e6f..2b8df5de3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This repository is just that: an ever-growing collection of examples for the mos 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) +- [Python client](https://github.com/felixonmars/tldr-python-client) : `pip install tldr` - [Go client](https://github.com/pranavraja/tldr) : `go get github.com/pranavraja/tldr` or [platform binaries](https://github.com/pranavraja/tldr/releases) Let us know if you are building one and we can add it to this list!