Difference between revisions of "Talk:Vertx-eventbus-python"
Jump to navigation
Jump to search
(→PyPi) |
|||
Line 24: | Line 24: | ||
= PyPi = | = PyPi = | ||
* https://packaging.python.org/tutorials/packaging-projects/ | * https://packaging.python.org/tutorials/packaging-projects/ | ||
+ | <source lang='bash'> | ||
+ | sudo -H pip3 install --upgrade twine | ||
+ | </source> |
Revision as of 08:02, 1 February 2020
Documentation
Sphinx
- https://packaging.python.org/tutorials/creating-documentation/
- https://stackoverflow.com/a/46507300/1497139
sudo -H pip install -U sphinx
export PYTHONPATH=""
python3 -m sphinx.cmd.quickstart
sudo port -f install py37-sphinx
sudo -H pip install sphinx_rtd_theme
# Python3 bin
export PATH="/opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin:$PATH"
Issues
Readthedocs
pip install sphinx-rtd-theme
PyPi
sudo -H pip3 install --upgrade twine