We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1890fcd commit 7f58c49Copy full SHA for 7f58c49
README.md
@@ -1,3 +1,16 @@
1
-a VScode extension for AREPL
+## AREPL: now a vscode edition
2
3
-automatically evaluates python code in real-time as you type
+AREPL automatically evaluates python code in real-time as you type
4
+
5
+Contact me to get the beta release!
6
7
+
8
9
+#### Deveveloper Setup:
10
11
+1. Install python 3 and npm (if not already installed)
12
+2. clone this repository
13
+3. npm install
14
+4. start debugging
15
16
+see [AREPL-backend](https://github.com/Almenon/AREPL-backend) for the npm package that executes the python code
example.gif
448 KB
0 commit comments