Upgrading ========= Firstly, verify which version you have installed already: ```bash servicecatalog-factory version ``` If this errors, check you have activated your virtualenv. Then you are ready to install the version you want: ```bash pip install aws-service-catalog-factory== ``` If you want to upgrade to the latest you can run: ```bash pip install --upgrade aws-service-catalog-factory ``` Once you have completed the upgrade you will have to bootstrap your install again: ```bash servicecatalog-factory bootstrap ``` And finally, you can verify the upgrade has worked by running version again: ```bash servicecatalog-factory version ```