From 37e69c555b9ac522ba22198bb4617cf5df55e15b Mon Sep 17 00:00:00 2001 From: YUUU23 Date: Fri, 5 Jul 2024 13:50:09 -0500 Subject: [PATCH] fix: broken link in versioned_docs/version-3.0.0/setup_details.md --- versioned_docs/version-3.0.0/setup_details.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-3.0.0/setup_details.md b/versioned_docs/version-3.0.0/setup_details.md index 3df09c4f..36760c46 100644 --- a/versioned_docs/version-3.0.0/setup_details.md +++ b/versioned_docs/version-3.0.0/setup_details.md @@ -18,7 +18,7 @@ In addition, Honeycomb relies on Electron to package the cross-platform desktop ### Brew -All of the required dependencies for honeycomb on MacOS can be installed via the brewfile. See the [quick start](quick_start.md/#installing-prerequisites-with-homebrew-for-macos) for more information. +All of the required dependencies for honeycomb on MacOS can be installed via the brewfile. See the [quick start](quick_start.md#installing-prerequisites-with-homebrew-for-macos) for more information. ### Manual Installation (MacOS) @@ -59,7 +59,7 @@ Running `choco install chocolatey.config` is the equivalent of calling `choco in ### Python on Windows (pyenv) -Installing and managing Python on Windows is a notoriously difficult task even for advanced developers. It is best practice to have exactly 1 tool for managing python on your system, which is a rule for most things in software development (this is what [npm](quick_start.md/#3-install-npm-packages) does for node packages). **We highly recommend uninstalling Python and using pyenv even if you never anticipate using python again.** We promise the extra setup today will pay great dividends in the future! +Installing and managing Python on Windows is a notoriously difficult task even for advanced developers. It is best practice to have exactly 1 tool for managing python on your system, which is a rule for most things in software development (this is what [npm](quick_start.md#3-install-npm-packages) does for node packages). **We highly recommend uninstalling Python and using pyenv even if you never anticipate using python again.** We promise the extra setup today will pay great dividends in the future! First and foremost, turn off both Python App Installers in the "App Execution Aliases" settings. **Please complete this step even if you already have a Python manager**