Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,17 @@ dependencies. On Fedora, run:

$ sudo dnf install python-pbr

On Ubuntu, run:
On Debian/Ubuntu, run:

.. code-block:: bash

$ sudo apt-get install python-pbr
$ sudo apt-get install python3-pbr

On openSUSE, run:

.. code-block:: bash

$ sudo zypper in -y python3-pbr

Once dependencies are installed, clone this repo and run ``setup.py``:

Expand Down