Skip to content

Commit 32a390f

Browse files
committed
Remove references to easy_install, which is deprecated
1 parent d5643b1 commit 32a390f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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)