Skip to content

Commit c4521c1

Browse files
authored
Merge pull request #972 from Meincrakker/patch-1
Update README.md for Fedora 41 users
2 parents 2c5d304 + 305e42f commit c4521c1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ sudo dnf copr enable principis/howdy
6363
sudo dnf --refresh install howdy
6464
```
6565

66+
*Note:* Fedora 41 [removed support for Python2](https://fedoraproject.org/wiki/Changes/RetirePython2.7), but at this point in time Howdy still depends on it. If the install fails, you can fix this by installing the beta Repository and removing the release version:
67+
68+
```
69+
sudo dnf copr remove principis/howdy
70+
sudo dnf copr enable principis/howdy-beta
71+
sudo dnf --refresh install howdy
72+
```
73+
6674
See the link to the COPR repository for detailed configuration steps.
6775

6876
### openSUSE

0 commit comments

Comments
 (0)