justinmayer / django-autoslug

AutoSlugField for Django. Supports (but not does not require) unidecode/pytils for transliteration. Old issue tracker is at Bitbucket: https://bitbucket.org/neithere/django-autoslug/issues
https://readthedocs.org/projects/django-autoslug/
GNU Lesser General Public License v3.0
295 stars 105 forks source link

Documentation: Explicitly showcase how to install the package #71

Closed willyhakim closed 2 years ago

justinmayer commented 3 years ago

@willyhakim: Thank you for the contribution. I think perhaps we should prefix the Pip invocation with python -m:

python -m pip install django-autoslug

Would you be so kind as to make that change?

justinmayer commented 2 years ago

Thank you for the documentation enhancement, William. 👍