Skip to content

Commit 2350409

Browse files
authored
Merge pull request #82 from ccordoba12/issue-40
PR: Add "Usage" section to Readme
2 parents 9d7be45 + 063c943 commit 2350409

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,24 @@ Spyder Plugin for executing Vim commands inside the code editor. Although it doe
3535

3636
## Installation
3737

38-
To install this plugin, you can use either ``pip`` or ``conda`` package managers, as it follows:
38+
To install this plugin, you can use either the ``conda`` or ``pip`` package managers, as it follows:
3939

40-
Using pip:
40+
Using conda:
4141

4242
```
43-
pip install spyder-vim
43+
conda install spyder-vim -c conda-forge
4444
```
4545

46-
Using conda:
46+
Using pip (only if you don't use Anaconda):
4747

4848
```
49-
conda install spyder-vim -c conda-forge
49+
pip install spyder-vim
5050
```
5151

52+
## Usage
53+
54+
After installing Spyder-vim, you need to close Spyder and start it again, in case it's running, so that the plugin is loaded by it. Afterwards, you should see it at the bottom of the editor, as displayed in the animated screenshot above.
55+
5256
## Dependencies
5357

5458
This project depends on [Spyder](https://github.com/spyder-ide/spyder).

0 commit comments

Comments
 (0)