Upload tutorial.md with huggingface_hub
Browse files- tutorial.md +23 -0
tutorial.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Run MacOS on VMWare 17.0
|
2 |
+
|
3 |
+
## Preparations
|
4 |
+
|
5 |
+
1. Windows 10
|
6 |
+
2. VMWare 17.0
|
7 |
+
3. The files under this folder
|
8 |
+
4. Python 3
|
9 |
+
|
10 |
+
## Steps
|
11 |
+
|
12 |
+
1. Run `.\vmunlock\unlock.exe`.
|
13 |
+
2. Create a new VM machine.
|
14 |
+
3. Copy `.\darwin.vmdk` and `.\recovery.vmdk` to the VM folder.
|
15 |
+
4. Edit the `.vmx` file: Change the `e1000e` to `vmxnet3`.
|
16 |
+
5. Create two disks using the `darwin.vmdk` and `recovery.vmdk`.
|
17 |
+
6. Start the VM.
|
18 |
+
7. Follow the instructions to install Mac into the VM.
|
19 |
+
8. Restart the machine.
|
20 |
+
9. Open "Files" and click "VMWare Tools" on the left.
|
21 |
+
10. Click "Install VMWare Tools".
|
22 |
+
11. Follow the instructions to install VMWare Tools.
|
23 |
+
12. Finish!
|