modified: doc/wiki/install-mswin/Install-MMGen-on-Microsoft-Windows.md

This commit is contained in:
The MMGen Project 2022-05-23 16:28:53 +00:00
commit d0457fd9b7
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

View file

@ -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