This commit is contained in:
Greg Universe 2017-06-21 12:31:40 -07:00 коммит произвёл GitHub
Родитель 11d0f03790
Коммит a6814a88f1
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -22,11 +22,12 @@ You can check the version using pip:
pip freeze pip freeze
If you see azure==0.11.0 (or any version below 1.0), uninstall it first: If you see azure==0.11.0 (or any version below 1.0), uninstall it first then install it again:
.. code:: shell .. code:: shell
pip uninstall azure pip uninstall azure
pip install azure
If you are upgrading from a version older than 0.30.0, see the upgrade doc, the If you are upgrading from a version older than 0.30.0, see the upgrade doc, the
usage samples in the samples directory, and the ChangeLog and BreakingChanges. usage samples in the samples directory, and the ChangeLog and BreakingChanges.