README: add pip installation command for python client

waldyrious/alt-syntax
Felix Yan 2014-03-09 14:08:47 +08:00
parent efa42bf777
commit 868c5c4e37
1 changed files with 1 additions and 1 deletions

View File

@ -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: 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` - [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) - [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! Let us know if you are building one and we can add it to this list!