Skip to content

Commit b7a3016

Browse files
committed
udpated readme
1 parent 1a91933 commit b7a3016

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# acode-plugin-python
22

33
Plugin to run python code in [Acode](https://acode.foxdebug.com) editor for android. This plugin uses [Pyodide](https://pyodide.org) project to run python in browser.
4+
5+
## Plugin is underdevelopment
6+
7+
Using this plugin you can run python codes but doesn't output error yet, so, it might be difficult to debug your python code.
8+
9+
## WARNING
10+
11+
This is plugin might not be supported in your device. To check weather this plugin is supported in your device or not, open console declare variable using 'const' key word. If it throws a error, your device doesn't support this plugin.

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "acode.plugin.python",
33
"name": "Python",
44
"main": "dist/main.js",
5-
"version": "1.0.1",
5+
"version": "1.0.0",
66
"readme": "README.md",
77
"icon": "icon.png",
88
"type": "pro",

0 commit comments

Comments
 (0)