Skip to content

Commit

Permalink
Update installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
seporaitis committed Aug 18, 2018
1 parent b3b391c commit 8915176
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ Automatically asks for MFA token key to retrieve temporary credentials.
Installation and Usage
----------------------

Install the plugin:

.. code-block:: sh
python setup.py install
aws configure set plugins.credentials awscli_plugin_credential_mfa
pip install awscli-plugin-credential-mfa
Enable the plugin:

.. code-block:: sh
aws configure set plugins.credentials awscli_plugin_credential_mfa
Assuming your IAM user has `MFA enabled <https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_users-self-manage-mfa-and-creds.html>`_ and credentials set up, you also need to set ``mfa_serial`` and
``source_profile`` in the configuration. Below are instructions for profile ``default``, adjust as
Expand Down

0 comments on commit 8915176

Please sign in to comment.