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
Copy file name to clipboardexpand all lines: README.md
+41-1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ when coding python 3 by voice.
20
20
# IMPORTANT NOTE:
21
21
Package Control installation is currently not working! please take a look at https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/issues/7 and use installation via git. This will be solved ASAP.
22
22
23
+
Update: you cannot also install via package control, see installation instructions [below](#Installation)
24
+
23
25
## Motivation
24
26
25
27
The project was inspired by [Gustav Wengel's article](https://medium.com/bambuu/state-of-voice-coding-2017-3d2ff41c5015) on the state of voice coding and my personal experiences
@@ -101,13 +103,51 @@ and on Ubuntu it is :
101
103
~/.config/sublime-text-3/Packages/
102
104
```
103
105
104
-
To install dependencies,using your installation of python (this worked for me with 3.7.4 and 3.5.2) run from inside the folder:
106
+
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):
0 commit comments