Created Instalation instructions (markdown)

Nix 2024-06-06 19:44:03 -06:00
parent 75eccfc6ac
commit 1794833fef

@ -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.