File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ TechScript is:
6363
6464---
6565
66- ## 🪟 Install on Windows (Easy — No Terminal Needed!)
66+ ## 🪟 Install on Windows (Easy — No Python or Terminal Needed!)
6767
6868### Option 1: One-Click Installer (Recommended for Beginners)
6969
@@ -94,6 +94,8 @@ pip install techscript-lang
9494
9595## 🐧 Install on Linux (Ubuntu, Kali, Debian, Arch)
9696
97+ ** No Python required to install or run!**
98+
9799### Super Simple — Just paste this in your terminal:
98100
99101``` bash
@@ -110,6 +112,8 @@ sudo apt install techscript
110112
111113## 🍎 Install on macOS
112114
115+ ** No Python required to install or run!**
116+
113117``` bash
114118# Using Homebrew:
115119brew install tcode-motion/techscript/techscript
@@ -122,9 +126,11 @@ curl -fsSL https://raw.githubusercontent.com/Tcode-Motion/techscript/main/script
122126
123127## 📱 Install on Android (Termux)
124128
125- Using the built-in PKG manager:
129+ * Note: Termux only requires Python to run the pip installer package. You do NOT need Python to actually execute TechScript!*
130+
131+ ** Super-Fast One-Liner:**
126132``` bash
127- pkg install techscript
133+ pkg install python -y && pip install techscript-lang
128134tech version
129135```
130136
You can’t perform that action at this time.
0 commit comments