File: install.rst

package info (click to toggle)
python-emoji 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,444 kB
  • sloc: python: 53,212; javascript: 262; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. _install:

Installation of emoji
=====================

Via pip:

.. code-block:: console

    $ pip install emoji --upgrade

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

From master branch:

.. code-block:: console

    $ git clone https://github.com/carpedm20/emoji.git
    $ cd emoji
    $ python setup.py install