diff --git a/README.rst b/README.rst index fbb02fdb0..98cfa17c9 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,11 @@ Then install `sops` from pip:: sudo pip install --upgrade sops +note: on centos/sl, you may need to upgrade `botocore` after installing +sops to deal with a `requirement conflict +`_. +Do so with `sudo pip install -U botocore`. + Usage -----