From 17288e6a77463b5c2a0d4dcc15ae5d4119518976 Mon Sep 17 00:00:00 2001 From: Taj Pereira Date: Fri, 20 Aug 2021 10:24:03 +0930 Subject: [PATCH] Update README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1cb2b95b8d..2a73c65757 100644 --- a/README.md +++ b/README.md @@ -450,6 +450,8 @@ From there you can use pip to install it: `pip install ./dist/pact-python-N.N.N.tar.gz` ## Offline Installation of Standalone Packages + +Although all Ruby standalone applications are predownloaded into the wheel artifact, it may be useful, for development, purposes to install custom Ruby binaries. In which case, use the `bin-path` flag. ``` pip install pact-python --bin-path=/absolute/path/to/folder/containing/pact/binaries/for/your/os ```