# Installation instructions Zulip's REST API is easy to work with directly, but there are API libraries available for various popular languages. The Python library is the most advanced (and has tools for easily writing interactive bots that react to messages), so we recommend it if you're trying to decide.
No download required!
Included with the Python bindings: ``` pip install zulip ```
Install the Python API with [pip](https://pypi.python.org/pypi/zulip/): ``` pip install zulip ```
Install the JavaScript API with [npm](https://www.npmjs.com/package/zulip-js): ``` npm install zulip-js ```