Skip to content

Commit

Permalink
moving dev setup to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Almenon committed Feb 12, 2018
1 parent 20cfa16 commit 476ae98
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ In windows you can access the command search by using control-shift-p

You can activate AREPL directly by using control-shift-a or command-shift-a if on Mac

#### Deveveloper Setup:

1. Install VSCode, 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

AREPL is also availible as a standalone [app](https://github.com/Almenon/AREPL)

#### Settings:
Expand All @@ -37,4 +28,13 @@ AREPL offers the following customizable settings:
> "AREPL.restartDelay": 300,
// 2 shows x=1 and x=[1,2], provides option to expand deeply nested data like x=[[1]]
> "AREPL.show_to_level": 2
> "AREPL.show_to_level": 2
#### Deveveloper Setup:

1. Install VSCode, 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

0 comments on commit 476ae98

Please sign in to comment.