Skip to content

Commit

Permalink
added example gif to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Almenon committed Jan 17, 2018
1 parent 1890fcd commit 7f58c49
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
a VScode extension for AREPL
## AREPL: now a vscode edition

automatically evaluates python code in real-time as you type
AREPL automatically evaluates python code in real-time as you type

Contact me to get the beta release!

![Alt Text](https://raw.githubusercontent.com/Almenon/AREPL-vscode/master/example.gif)

#### Deveveloper Setup:

1. Install python 3 and npm (if not already installed)
2. clone this repository
3. npm install
4. start debugging

see [AREPL-backend](https://github.com/Almenon/AREPL-backend) for the npm package that executes the python code
Binary file added example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7f58c49

Please sign in to comment.