You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which enabled you to install directly from a master branch rather than my releases and you should be seing a fake version like v2020.01.05.( and so on ) instead of v0.0.4.
179
190
180
191
This was only temporary solution and I recommend that you ran
192
+
181
193
```
182
194
Package Control:Remove Repository
183
195
```
@@ -194,9 +206,9 @@ For any further installation questions, feel free to ask [here](https://github.c
194
206
195
207
196
208
197
-
### Git Install
209
+
####Git Install
198
210
199
-
Currently you can download the plugin directly from github and place it in sublime package folder
211
+
Alternatively you can download the plugin directly from github and place it in sublime package folder
200
212
201
213
for windows users this should be:
202
214
@@ -209,14 +221,34 @@ and on Ubuntu it is :
209
221
~/.config/sublime-text-3/Packages/
210
222
```
211
223
212
-
Currently the Master Branch and the releases 0.0.5 ships with its dependencies so the next step is not really necessary.
224
+
Currently the Master Branch ships with its dependencies so you're good to go!
225
+
226
+
Just in case something is wrong and you want to manually install dependencies,using your installation of python (this worked for me with 3.7.4 and 3.5.2) run from inside the plug-in folder (PythonVoiceCodingPlugin):
213
227
214
-
To install dependencies,using your installation of python (this worked for me with 3.7.4 and 3.5.2) run from inside the plug-in folder (PythonVoiceCodingPlugin):
- Make sure you have [Caster](https://caster.readthedocs.io/en/latest/) installed
236
+
237
+
- Copy the grammar files to the appropriate user directory,depending on the version of caster these should be either `C:\Users\%USERNAME%\AppData\Local\caster\rules` or `C:\Users\%USERNAME%\.caster\rules
238
+
`
239
+
240
+
- Reboot/launch Caster and if you are using 1.0 and above do not forget to enable the rule by saying `enable python voice coding plugin`
241
+
242
+
in order to make this process easier, under `Preferences > Package Settings > PythonVoiceCodingPlugin
243
+
` you will find utilities
244
+
245
+
- To retrieve those grammar files and then manually copy paste them
246
+
247
+

248
+
249
+
- or to automatically install them to the appropriate directory if you are using Caster 1.x.x
250
+
251
+

220
252
221
253
222
254
@@ -338,7 +370,7 @@ also some of the other tools I found useful developing this project
338
370
339
371
Last but not least many things to
340
372
341
-
* LexiconCode, for porting the grammar from 0.5 to 0.6 and 1.0 versions of Caster
373
+
* LexiconCode, for porting the grammar from 0.5 to 0.6 and 1.0 versions of Caster and pointing out the missing documentation for putting the `subl` utility in the path.
342
374
343
375
* FichteFoll, for pointing out various errors during package review
0 commit comments