Skip to content

Commit 7f58c49

Browse files
committed
added example gif to readme
1 parent 1890fcd commit 7f58c49

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1-
a VScode extension for AREPL
1+
## AREPL: now a vscode edition
22

3-
automatically evaluates python code in real-time as you type
3+
AREPL automatically evaluates python code in real-time as you type
4+
5+
Contact me to get the beta release!
6+
7+
![Alt Text](https://raw.githubusercontent.com/Almenon/AREPL-vscode/master/example.gif)
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
Loading

0 commit comments

Comments
 (0)