Skip to content

Commit 57be425

Browse files
authored
Update README.rst
note that, without `wheel` installed, the build fails mysteriously
1 parent c951af8 commit 57be425

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,14 +824,16 @@ After the pull request process is accepted, package maintainers will
824824
handle building documentation and distribution to Pypi.
825825

826826
For reference, distributing to Pypi is accomplished by the following
827-
commands, ran from the root directory in the repo:
827+
commands, run from the root directory in the repo (ensure the
828+
``twine`` and ``wheel`` packages are installed):
828829

829830
.. code:: bash
830831
831832
python setup.py bdist_wheel
832833
python setup.py sdist
833834
twine upload dist/*
834835
836+
835837
How to build the documentation:
836838

837839
Building the documentation requires a few Sphinx packages to build the

0 commit comments

Comments
 (0)