From 01b48f42269f3941a15d4498683151c03c8acd8f Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Fri, 2 Sep 2022 12:16:55 -0400 Subject: [PATCH 1/2] SOURCE.md: Fix typo in previous --- SOURCE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SOURCE.md b/SOURCE.md index 7d50a313b..481df5d9b 100644 --- a/SOURCE.md +++ b/SOURCE.md @@ -26,7 +26,7 @@ cd ~/Developer git clone https://github.com/dortania/OpenCore-Legacy-Patcher # Move into Project directory cd ./OpenCore-Legacy-Patcher -# Install Python dependancies used by the project +# Install Python dependencies used by the project pip3 install -r requirements.txt ``` @@ -88,4 +88,4 @@ open ./dist/ Once done, you'll find the application generated at `./dist/OpenCore-Patcher.app`: -![](./images/build-dist.png) \ No newline at end of file +![](./images/build-dist.png) From d00e667cafccd525e5b32bcd63348e9a6015062e Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Fri, 2 Sep 2022 12:17:36 -0400 Subject: [PATCH 2/2] SOURCE.md: Fix another typo in previous --- SOURCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOURCE.md b/SOURCE.md index 481df5d9b..68ff35f36 100644 --- a/SOURCE.md +++ b/SOURCE.md @@ -34,7 +34,7 @@ If you have installation error, see following troubleshooting options: * Use Python 3.9 * Currently our build server uses py3.9 for generating binaries used in releases -* Use .whl snapshots for installing additional dependancies +* Use .whl snapshots for installing additional dependencies * [wxPython 4.1.1 wheel for py3.9](https://files.pythonhosted.org/packages/2c/a8/7027e8ca3ba20dc2ed2acd556e31941cb44097ab87d6f81d646a79de4eab/wxPython-4.1.1-cp39-cp39-macosx_10_10_x86_64.whl) * [PyObjc 8.5 wheel for py3](https://files.pythonhosted.org/packages/69/3d/786f379dd669a078cf0c4a686e242c9b643071c23367bfbd3d9a7eb589ec/pyobjc-8.5-py3-none-any.whl) * [Requests 2.27.1 for py2/py3](https://files.pythonhosted.org/packages/2d/61/08076519c80041bc0ffa1a8af0cbd3bf3e2b62af10435d269a9d0f40564d/requests-2.27.1-py2.py3-none-any.whl)