We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c951af8 commit 57be425Copy full SHA for 57be425
README.rst
@@ -824,14 +824,16 @@ After the pull request process is accepted, package maintainers will
824
handle building documentation and distribution to Pypi.
825
826
For reference, distributing to Pypi is accomplished by the following
827
-commands, ran from the root directory in the repo:
+commands, run from the root directory in the repo (ensure the
828
+``twine`` and ``wheel`` packages are installed):
829
830
.. code:: bash
831
832
python setup.py bdist_wheel
833
python setup.py sdist
834
twine upload dist/*
835
836
+
837
How to build the documentation:
838
839
Building the documentation requires a few Sphinx packages to build the
0 commit comments