From 1794833fefcd906951bdd7eb7a34285564e00fba Mon Sep 17 00:00:00 2001 From: Nix <75538775+nixietab@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:44:03 -0600 Subject: [PATCH] Created Instalation instructions (markdown) --- Instalation-instructions.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Instalation-instructions.md diff --git a/Instalation-instructions.md b/Instalation-instructions.md new file mode 100644 index 0000000..6ad9580 --- /dev/null +++ b/Instalation-instructions.md @@ -0,0 +1,16 @@ +# Windows Installation Guide + +## Installing Python + +1. **Download and Install Python:** + - Visit the [official Python website](https://www.python.org/downloads/) and download Python 3.x. + - During installation, ensure you check the option to add Python to your PATH. + +![Python Installation](https://github.com/nixietab/picodulce/assets/75538775/5b2cb994-f5e8-4af0-9ca1-ea29cd55ee21) + +2. **Verify Installation:** + - Open Command Prompt and type `python --version` to verify Python is installed correctly. + +## 2hsu Installer + +For a simpler installation process, you can use the [2hsu Installer](https://github.com/nixietab/2hsu/releases/tag/release). This tool streamlines the setup process for you.