diff --git a/README.rst b/README.rst index 9b777d6..a3bd00a 100644 --- a/README.rst +++ b/README.rst @@ -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``: