44
55<h2 align =" center " >The Out-of-Band Wrangler</h2 >
66
7- [ ![ Copr build status] ( https://copr.fedorainfracloud.org/coprs/quadsdev/python3-pybadfish /package/python3-pybadfish /status_image/last_build.png )] ( https://copr.fedorainfracloud.org/coprs/quadsdev/python3-pybadfish /package/python3-pybadfish / )
7+ [ ![ Copr build status] ( https://copr.fedorainfracloud.org/coprs/quadsdev/python3-badfish /package/python3-badfish /status_image/last_build.png )] ( https://copr.fedorainfracloud.org/coprs/quadsdev/python3-badfish /package/python3-badfish / )
88[ ![ Codecov] ( https://codecov.io/gh/redhat-performance/badfish/branch/master/graph/badge.svg?token=CNJN0CD6GN )] ( https://codecov.io/gh/redhat-performance/badfish )
99[ ![ Container image on Quay] ( https://quay.io/repository/quads/badfish/status " Container image on Quay ")] ( https://quay.io/repository/quads/badfish )
1010[ ![ Tox] ( https://github.com/redhat-performance/badfish/actions/workflows/tox.yml/badge.svg )] ( https://github.com/redhat-performance/badfish/actions )
@@ -128,13 +128,13 @@ We're mostly concentrated on programmatically enforcing interface/device boot or
128128## Setup
129129### Badfish RPM package
130130``` bash
131- dnf copr enable quadsdev/python3-pybadfish -y
132- dnf install python3-pybadfish -y
131+ dnf copr enable quadsdev/python3-badfish -y
132+ dnf install python3-badfish -y
133133```
134134
135135Active RPM releases:
136136- All current Fedora releases
137- - Some older Fedora releases, check the [ RPM releases here] ( https://copr.fedorainfracloud.org/coprs/quadsdev/python3-pybadfish / )
137+ - Some older Fedora releases, check the [ RPM releases here] ( https://copr.fedorainfracloud.org/coprs/quadsdev/python3-badfish / )
138138
139139> [ !NOTE]
140140> RHEL and derivatives (Rocky, Alma, etc) should use [ containers] ( #badfish-container ) instead due to missing libs/dependencies.
@@ -146,7 +146,7 @@ python3 -m venv bf
146146source bf/bin/activate
147147python3 -m pip install --upgrade build
148148python3 -m build
149- python3 -m pip install dist/pybadfish -* .tar.gz
149+ python3 -m pip install dist/badfish -* .tar.gz
150150```
151151> [ !TIP]
152152> This will allow Badfish to be called from the terminal via the ` badfish ` command
0 commit comments