Skip to content

Commit b906c75

Browse files
authored
Merge pull request #161 from kurtmckee/rm-easy_install
Remove references to `easy_install`, which is deprecated
2 parents d5643b1 + 32a390f commit b906c75

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ However, there is an alternative decoding package called [Unidecode](https://git
2626

2727
# How to install
2828

29-
easy_install python-slugify |OR| easy_install python-slugify[unidecode]
30-
-- OR --
31-
pip install python-slugify |OR| pip install python-slugify[unidecode]
29+
pip install python-slugify
30+
31+
# OR
32+
33+
pip install python-slugify[unidecode]
3234

3335
# Options
3436

0 commit comments

Comments
 (0)