# Command-line tool: installation ## Pre-requisites ### Python Install Python 3.6 or newer. Follow the [instruction here](https://wiki.python.org/moin/BeginnersGuide/Download). Skip this step if you already have proper version of python installed. ### Pip We are going to use `pip` to install deepmux-cli. If you don't have `pip` available from the command line, follow [this guide](https://pip.pypa.io/en/stable/installing/). <!--- ### Optional: virtualenv Install `virtualenv` module if you don't have it already: ``` pip3 install virtualenv ``` Then create one: ``` virtualenv venv ``` And activate: ``` source venv/bin/activate ``` ---> ## Installing and configure the package ### Install Use `pip` to install `deepmux-cli`: ``` pip3 install deepmux-cli ``` ### Login Go to the [https://app.deepmux.com/api_key](https://app.deepmux.com/api_key) and copy your token. Then run: ``` deepmux login ``` And paste your token when prompted. Run `--help` to see the full list of options: ``` deepmux --help ``` ### <Quickstart> ## That's it! If you have any questions or feedback please send it to [dev@deepmux.com](mailto:dev@deepmux.com) Check out other articles to get started with DeepMux platform. Thank you! ![](https://i.imgur.com/UMMcZNg.jpg)