Skip to content

Commit e653302

Browse files
committed
README: Use python3 variants of packages
We no longer support Python 2. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 0d6d94d commit e653302

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ dependencies. On Fedora, run:
4646

4747
.. code-block:: bash
4848
49-
$ sudo dnf install python-requests python-click python-pbr python-arrow \
50-
python-tabulate
49+
$ sudo dnf install python3-requests python3-click python3-pbr \
50+
python3-arrow python3-tabulate
5151
5252
On Ubuntu, run:
5353

5454
.. code-block:: bash
5555
56-
$ sudo apt-get install python-requests python-click python-pbr python-arrow \
57-
python-tabulate
56+
$ sudo apt-get install python3-requests python3-click python3-pbr \
57+
python3-arrow python3-tabulate
5858
5959
Once dependencies are installed, clone this repo and run ``setup.py``:
6060

0 commit comments

Comments
 (0)