From 1b4386c848dc711d4dd5fee7d21e27c1fbb6ff6f Mon Sep 17 00:00:00 2001 From: native-api Date: Thu, 28 Aug 2025 08:52:32 +0300 Subject: [PATCH] bzip2 is a dependency, too --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index dc9945f..b2b73d3 100644 --- a/Home.md +++ b/Home.md @@ -25,7 +25,7 @@ distros like Alma/Rocky Linux 8 and Ubuntu 20.04. See [PEP (`xcode-select --install`) and [Homebrew](http://brew.sh/). Then: ```sh - brew install openssl readline sqlite3 xz zlib tcl-tk@8 libb2 zstd + brew install openssl readline sqlite3 xz zlib bzip2 tcl-tk@8 libb2 zstd ``` For older operating systems `Homebrew` might not be available so install `pyenv` with: