We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e9b95 commit 65505acCopy full SHA for 65505ac
README.md
@@ -86,6 +86,17 @@ There are of course certain limitations which I would like to make clear from th
86
87
Currently you can download the plugin directly from github and place it in sublime package folder
88
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
100
To install dependencies,using your installation of python (this worked for me with 3.7.4) run from inside the folder:
101
```bash
102
python3 -m pip install --target third_party -r requirements.txt
0 commit comments