Skip to content

Commit 69f2f93

Browse files
committed
Release changes
1 parent 69f1d5b commit 69f2f93

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Sublime Text - Virtualenv
22
=========================
33

4-
Manage your virtualenvs directly from Sublime Text __3__. (BETA)
4+
Manage your virtualenvs directly from Sublime Text __3__.
55

66
## Features
77

@@ -55,6 +55,10 @@ path and select a python binary. The new virtualenv will be activated automatica
5555

5656
Use the command `Virtualenv: Remove`, choose a virtualenv and confirm.
5757

58+
#### Integrations
59+
60+
Launch a Python REPL using the current virtualenv with the command `Virtualenv: SublimeREPL - Python`.
61+
5862

5963
## Settings
6064

@@ -87,7 +91,7 @@ Extending or customizing the build system should be possible. Just set `"target"
8791

8892
Just some ideas for possible improvements.
8993

90-
- Integration with other packages. Paths for [SublimeCodeIntel][]?
94+
- Integration with more packages. Paths for [SublimeCodeIntel][]?
9195
- _Brother_ package for `pip` commands.
9296

9397

messages/1.1.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Virtualenv 1.1.0
2+
================
3+
4+
- pypy executables should also show up now in the list of available python targets.
5+
- Added creation of virtualenvs with the built-in 'venv' module (Python 3.3+).
6+
- Integration with SublimeREPL. If SublimeREPL is installed and a virtualenv is active the
7+
command "Virtualenv: SublimeREPL - Python" will launch a REPL with the current virtualenv.

0 commit comments

Comments
 (0)