We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6d94d commit e653302Copy full SHA for e653302
README.rst
@@ -46,15 +46,15 @@ dependencies. On Fedora, run:
46
47
.. code-block:: bash
48
49
- $ sudo dnf install python-requests python-click python-pbr python-arrow \
50
- python-tabulate
+ $ sudo dnf install python3-requests python3-click python3-pbr \
+ python3-arrow python3-tabulate
51
52
On Ubuntu, run:
53
54
55
56
- $ sudo apt-get install python-requests python-click python-pbr python-arrow \
57
+ $ sudo apt-get install python3-requests python3-click python3-pbr \
58
59
Once dependencies are installed, clone this repo and run ``setup.py``:
60
0 commit comments