Skip to content

Commit 65505ac

Browse files
committed
installation location
1 parent 17e9b95 commit 65505ac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,17 @@ There are of course certain limitations which I would like to make clear from th
8686

8787
Currently you can download the plugin directly from github and place it in sublime package folder
8888

89+
for windows users this should be:
90+
91+
```
92+
C:\Users\Admin\AppData\Roaming\Sublime Text 3\Packages
93+
```
94+
95+
and on Ubuntu it is :
96+
```
97+
98+
```
99+
89100
To install dependencies,using your installation of python (this worked for me with 3.7.4) run from inside the folder:
90101
```bash
91102
python3 -m pip install --target third_party -r requirements.txt

0 commit comments

Comments
 (0)