From d0457fd9b73ce6770711f12bf6a20f5e52d12cc3 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Mon, 23 May 2022 16:28:53 +0000 Subject: [PATCH] modified: doc/wiki/install-mswin/Install-MMGen-on-Microsoft-Windows.md --- doc/wiki/install-mswin/Install-MMGen-on-Microsoft-Windows.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/wiki/install-mswin/Install-MMGen-on-Microsoft-Windows.md b/doc/wiki/install-mswin/Install-MMGen-on-Microsoft-Windows.md index 1b3c48b3..7ddb7261 100644 --- a/doc/wiki/install-mswin/Install-MMGen-on-Microsoft-Windows.md +++ b/doc/wiki/install-mswin/Install-MMGen-on-Microsoft-Windows.md @@ -404,11 +404,10 @@ computer and issue the following commands: $ git checkout master $ git pull $ git checkout stable_msys2 # See 'Note' to step 9 - $ rm -r dist/* build/* + $ rm -rf dist build $ rm -r /mingw64/lib/python*/site-packages/{mmgen,MMGen}* $ python3 -m build --no-isolation - $ cd .. - $ python3 -m pip install --upgrade mmgen/dist/*.whl + $ python3 -m pip install --upgrade dist/*.whl To update your offline installation, copy the updated repository (after `git pull`) to your offline machine, `cd` to the root of the copied repository and