File: index.rst

package info (click to toggle)
python-reno 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 776 kB
  • sloc: python: 5,263; makefile: 21; sh: 10
file content (20 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
============
Installation
============

At the command line::

    $ pip install reno

.. note::

   Reno's dependencies include C extension modules, which in turn
   depend on having the Python source header files installed.

Sphinx Extension
================

To use the Sphinx extension built into reno, install the ``[sphinx]``
extra dependencies::

    $ pip install 'reno[sphinx]'