From abef78066bcc0e8013bb50d55088fac15254d6ab Mon Sep 17 00:00:00 2001 From: Tony Xiang Date: Thu, 9 Nov 2023 14:19:37 +0100 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f094af3..47a0041 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ Create and activate a Python 3.12 virtual environment. Go to the root folder of this repository. Run ```bash -python -m pip install build -python -m build --wheel --outdir dist docker build --no-cache -t pgm-service . ```