getpelican / pelican

Static site generator that supports Markdown and reST syntax. Powered by Python.
https://getpelican.com
GNU Affero General Public License v3.0
12.61k stars 1.81k forks source link

Install Pelican via Homebrew #3370

Open jlarmstrongiv opened 4 months ago

jlarmstrongiv commented 4 months ago

Feature Request

brew install pelican

justinmayer commented 4 months ago

At this point I cannot say if and when Pelican will be added to Homebrew. That said, the following is what I recommend for Homebrew folks:

brew install pipx
pipx ensurepath
pipx install pelican[markdown]