Skip to content

Commit c93024a

Browse files
authored
Update README.md
1 parent f4b1ccd commit c93024a

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

README.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,37 @@ A professional-grade Python code protection and obfuscation tool powered by Cyth
2020

2121
## 📥 Download & Installation
2222

23-
<div align="center">
24-
25-
### [👉 Download the Latest Release Here 👈](https://github.com/samay825/Python-Cython-Obfuscator/releases/tag/v1.0.0)
23+
### Prerequisites
2624

27-
</div>
25+
- Windows 10/11 or Linux/MacOS
26+
- Python 3.10 or higher
27+
- Visual Studio 2022 Build Tools
2828

2929
### Installation Steps:
3030

31-
1. **Download** the ZIP file from the release page
32-
2. **Extract** the ZIP file to your preferred location
31+
1. **Install Visual Studio Build Tools:**
32+
- Download from [Visual Studio Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/)
33+
- During installation, select "✓ Desktop development with C++"
34+
- This includes:
35+
- MSVC (Microsoft C++ compiler)
36+
- Windows 10/11 SDK
37+
- CMake
38+
- Build tools (MSBuild)
39+
- These components are required for Python/Cython to compile extensions
40+
41+
2. **Get the Code:**
42+
- Clone the repository: `git clone https://github.com/samay825/Python-Cython-Obfuscator.git`
43+
- Or download the ZIP file and extract it
44+
3345
3. **Install Dependencies:**
3446
```bash
3547
pip install -r requirements.txt
3648
```
37-
4. **Launch the Application:**
38-
- Double-click `python-obfuscator.exe` to start the application
39-
- Alternatively, run via command line: `./python-obfuscator.exe`
49+
50+
4. **Run the Application:**
51+
```bash
52+
python main.py
53+
```
4054

4155
## 📋 Overview
4256

0 commit comments

Comments
 (0)