From ceed71747a83013584960206093ddf0182a06d29 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 12 Aug 2022 14:52:22 -0700 Subject: [PATCH] Correction in the README --- manylinux/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manylinux/README.md b/manylinux/README.md index 8fe2bff4..68810734 100644 --- a/manylinux/README.md +++ b/manylinux/README.md @@ -33,9 +33,7 @@ Building is simple. You need a system with docker available, and you need a wxPython sdist to be present in the ../dist folder. This makes it easy to build using the exact same source code that was used to build already released versions of wxPython, and also saves the time needed for the code generation -steps. The Python invoke package is also needed, but if you used -../requirements.txt to install packages into your Python then you've already got -it. +steps. The Python invoke package is also needed. To start a build run a command like the following: