Browse Source

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

The MMGen Project 2 years ago
parent
commit
d0457fd9b7
1 changed files with 2 additions and 3 deletions
  1. 2 3
      doc/wiki/install-mswin/Install-MMGen-on-Microsoft-Windows.md

+ 2 - 3
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