From 9749744481352f1d1fdc62a6a3275496b3deb6e6 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 17 Apr 2022 23:08:16 -0500 Subject: Use pip3 to install Python modules and programs meson, Markupsafe, and Jinja2 --- chapter08/markupsafe.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'chapter08/markupsafe.xml') diff --git a/chapter08/markupsafe.xml b/chapter08/markupsafe.xml index 32aa9e8b5..322ec2730 100644 --- a/chapter08/markupsafe.xml +++ b/chapter08/markupsafe.xml @@ -42,13 +42,13 @@ Compile MarkupSafe with the following command: -python3 setup.py build +pip3 wheel -w dist --no-build-isolation --no-deps $PWD This package does not come with a test suite. Install the package: -python3 setup.py install --optimize=1 +pip3 install --no-index --find-links dist Markupsafe @@ -59,10 +59,9 @@ Installed directory - - /usr/lib/python&python-minor;/site-packages/MarkupSafe-&markupsafe-version;-py&python-minor;-linux-<arch>.egg + + /usr/lib/python&python-minor;/site-packages/MarkupSafe-&markupsafe-version;.dist-info + -- cgit v1.2.3-54-g00ecf