From e6a84fc1ee6ac48d54c2d2bfa707a79b96b461f9 Mon Sep 17 00:00:00 2001 From: Rohit Vishwakrma Date: Fri, 3 May 2024 14:15:53 +0530 Subject: [PATCH] updated README.md --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bc69be4..4d90873 100644 --- a/README.md +++ b/README.md @@ -3,24 +3,19 @@ ### Project status - work in progress but ready for testing -
Android excutable(APK) can be found here
+
Android executable(APK) can be found here
+

CatxCode ide is capable to run pyjnius code on android and python script as well.

Run this program on your computer

Window/Linux

-
+``` git clone https://github.com/wishrohitv/CatxCode-ide.git -
- cd CatxCode-ide -
- pip install -r requirements.txt -
- python main.py - +```