Installation

Stable release

To install MongoDB IAM Connection String as CLI tool, it is recommended that you use pipx to install this utility within its own virtualenv.

$ pipx install mongodb-iam-connection-string

This is the preferred method to install MongoDB IAM Connection String, as it will always install the most recent stable release.

If you don’t have pipx installed, this pipx installation guide can guide you through the process.

From sources

The sources for MongoDB IAM Connection String can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/darrengruber/mongodb-iam-connection-string

Or download the tarball:

$ curl -OJL https://github.com/darrengruber/mongodb-iam-connection-string/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install