From 9c5eac1274376a550914f036bebc2ed7afaaec89 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 27 Jun 2023 22:22:42 +0000 Subject: [PATCH] add fedora package --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 9de285f8..1655c9c7 100644 --- a/README.md +++ b/README.md @@ -1228,6 +1228,19 @@ the party might be closer than you think now [available on aur](https://aur.archlinux.org/packages/copyparty) maintained by [@icxes](https://github.com/icxes) +## fedora package + +now [available on copr-pypi](https://copr.fedorainfracloud.org/coprs/g/copr/PyPI/) , maintained autonomously -- [track record](https://copr.fedorainfracloud.org/coprs/g/copr/PyPI/package/python-copyparty/) seems OK + +```bash +dnf copr enable @copr/PyPI +dnf install python3-copyparty # just a minimal install, or... +dnf install python3-{copyparty,pillow,argon2-cffi,pyftpdlib,pyOpenSSL} ffmpeg-free # with recommended deps +``` + +this *may* also work on RHEL but [I'm not paying IBM to verify that](https://www.jeffgeerling.com/blog/2023/dear-red-hat-are-you-dumb) + + ## nix package `nix profile install github:9001/copyparty`