- MapR-DB python client supports python version 2.7 or higher. Check your python version python --version
- Check that you have installed pip by running "pip -V".
If you have not installed pip, see instructions.
For example, to install pip on CentOS, run:
sudo yum install python-pip
- Execute in terminal
pip install maprdb-python-client
Now you can use MapR-DB python client as a library. You can find more examples for using the MapR-DB Python client here.