From f6028ce8c7184f91b761d3de59bcd7bca1f0f6eb Mon Sep 17 00:00:00 2001 From: rob thijssen Date: Wed, 18 Feb 2026 16:17:17 +0200 Subject: [PATCH] corrections to installation instructions in README.md - added python-devel dependency for Fedora/RHEL (required by moshi) - removed trailing typo on moshi install command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 301cc652..b2d9189f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Install the [Opus audio codec](https://github.com/xiph/opus) development library sudo apt install libopus-dev # Fedora/RHEL -sudo dnf install opus-devel +sudo dnf install opus-devel python-devel # macOS brew install opus @@ -33,7 +33,7 @@ brew install opus Download this repository and install with: ```bash -pip install moshi/. +pip install moshi ``` Extra step for Blackwell based GPUs as suggested in (See https://github.com/NVIDIA/personaplex/issues/2):