Skip to content

Commit 9f59899

Browse files
committed
venv section no longer necessary with new pythonpath changes
1 parent eb05e52 commit 9f59899

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AREPL automatically evaluates python code in real-time as you type
66

77
AREPL is availible for free on the vscode [marketplace](https://marketplace.visualstudio.com/items?itemName=almenon.arepl#overview)
88

9-
### Useage
9+
## Useage
1010

1111
First, make sure you have [python 3](https://www.python.org/downloads/) installed.
1212

@@ -16,7 +16,7 @@ Open a python file and run AREPL through the command search
1616
1717
or use a shortcut: control-shift-a / command-shift-a
1818

19-
#### Features
19+
## Features
2020

2121
* Real-time evaluation: no need to run - AREPL evaluates your code automatically. You can control this (or even turn it off) in the settings
2222

@@ -27,7 +27,8 @@ or use a shortcut: control-shift-a / command-shift-a
2727
* Settings: AREPL offers many settings to fit your user experience. Customize the look and feel, debounce time, python options, and more!
2828

2929

30-
#### Misc
30+
31+
## Misc
3132

3233
**Dumping**
3334

@@ -108,11 +109,6 @@ print(x) # this number will not change when editing below the #$save line
108109
Please note that \#\$save [does not work](https://github.com/Almenon/AREPL-vscode/issues/53) with certain types, like generators. If #$save fails in pickling the code state [file an issue](https://github.com/Almenon/AREPL-vscode/issues) so I can look into it.
109110

110111

111-
**VENV**
112-
113-
To use you arepl with VENV you can set the AREPL.pythonPath setting to reference the location of your venv python.
114-
You can use ${workspaceFolder} to reference the current workspace folder.
115-
116112
**Variable Representation**
117113

118114
I have [overridden the display](https://github.com/Almenon/AREPL-backend/blob/master/python/customHandlers.py) of some types (like datetime) to be more readable to humans.

0 commit comments

Comments
 (0)