ThiefMaster / maildump

A python-based mailcatcher clone
MIT License
136 stars 21 forks source link

Included pypi link and command #34

Closed Abdur-rahmaanJ closed 3 years ago

Abdur-rahmaanJ commented 3 years ago

Rationale: Did not know it existed on PyPi, thought only install option was through setup.py

ThiefMaster commented 3 years ago

Doesn't look particularly nice IMO - I'd rather add an "Installation" section before "Usage" containing something like "Install maildump from PyPI" with "from PyPI" being linked to the maildump pypi page, and then have a code block with the pip install maildump command below.

Maybe also mention that people should use a virtualenv or pipx to install maildump.

Abdur-rahmaanJ commented 3 years ago

Or a pypi badge as is commonly seen on projects?

Will do

On Mon, 22 Feb 2021, 15:11 Adrian, notifications@github.com wrote:

Doesn't look particularly nice IMO - I'd rather add an "Installation" section before "Usage" containing something like "Install maildump from PyPI" with "from PyPI" being linked to the maildump pypi page, and then have a code block with the pip install maildump command below.

Maybe also mention that people should use a virtualenv or pipx to install maildump.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ThiefMaster/maildump/pull/34#issuecomment-783297252, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFMVCHEFKFZZAB2KL2WDPBTTAI3XFANCNFSM4YAACMBA .

ThiefMaster commented 3 years ago

a badge sounds even better!