Skip to content

Commit 7ebcff4

Browse files
author
Tanmoy
committed
docs: clearly enforce python dependencies per operating system
1 parent 7937f04 commit 7ebcff4

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
115119
brew 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
128134
tech version
129135
```
130136

0 commit comments

Comments
 (0)