From 985e84abf55200280b0b5b9ab1d4b07f6c3b1194 Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Fri, 19 Apr 2019 19:54:29 +0000 Subject: [PATCH] README: fix macOS Homebrew install steps Fixes https://github.com/ArchiveTeam/grab-site/issues/150 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb62dfa..b1118c6 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ On OS X 10.10 - macOS 10.13: brew update brew install python libxslt re2 pkg-config python3 -m venv ~/gs-venv - ~/gs-venv/bin/pip install --no-binary --upgrade git+https://github.com/ArchiveTeam/grab-site + PKG_CONFIG_PATH="/usr/local/opt/libxml2/lib/pkgconfig" ~/gs-venv/bin/pip install --no-binary --upgrade git+https://github.com/ArchiveTeam/grab-site ``` 4. Add this to your `~/.bash_profile` (which may not exist yet) and then restart your shell (e.g. by opening a new terminal tab/window):