meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

programming:python:pipx [2024/03/27 08:41] (current)
niziak created
Line 1: Line 1:
 +====== pipx ======
 +
 +Install requirements:​
 +<code bash>
 +pipx install sphinx --verbose --include-deps
 +pipx runpip --verbose sphinx install -r doc/​requirements.txt
 +pipx ensurepath
 +</​code>​