Installation of emojiΒΆ

Via pip:

$ python -m pip install emoji --upgrade

See https://pypi.org/project/emoji/ for more information on pip and PyPI

From master branch:

$ git clone https://github.com/carpedm20/emoji.git
$ cd emoji
$ python -m pip install .