From 9cc57eb44dde6324ec36b75727c6fee638bb07c5 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 23 May 2022 22:05:22 +0200 Subject: [PATCH] chore: update README to reflect Python 3 requirement (#980) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3447b839..6a314d96 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,7 @@ cargo build Use `V8_FROM_SOURCE=1 cargo build -vv` to build the crate completely from source. -The build scripts on Python 2.7, not Python 3. [Do not open issues with us -regarding Python 3; it is a non-trivial problem that must be fixed in -Chromium.](https://bugs.chromium.org/p/chromium/issues/detail?id=942720). +The build scripts require Python 3 to be available as `python` in your `PATH`. For linux builds: glib-2.0 development files need to be installed such that pkg-config can find them. On Ubuntu, run `sudo apt install libglib2.0-dev` to