Part of #82
This commit is contained in:
Peter Bengtsson 2018-10-22 15:33:18 -04:00 коммит произвёл Marina Samuel
Родитель 7b9654a97a
Коммит a83a509263
1 изменённых файлов: 5 добавлений и 3 удалений

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

@ -44,10 +44,12 @@ To import and use :code:`RedashClient`:
Package for Pip
===============
First, you must update the :code:`version` field in :code:`setup.py`. Then run these commands:
First, you must update the :code:`version` field in :code:`setup.py`.
Then run this commands:
.. code-block:: bash
python setup.py sdist
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/redash_client-<version>.tar.gz
Make sure you have ``wheel`` and ``twine`` installed.