Skip to content

Commit 1d3cf35

Browse files
committedJan 5, 2020
Update pockets control installation instructions
1 parent d432545 commit 1d3cf35

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed
 

‎README.md

+41-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ when coding python 3 by voice.
2020
# IMPORTANT NOTE:
2121
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.
2222

23+
Update: you cannot also install via package control, see installation instructions [below](#Installation)
24+
2325
## Motivation
2426

2527
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 :
101103
~/.config/sublime-text-3/Packages/
102104
```
103105

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):
105107
```bash
106108
python3 -m pip install --target third_party -r requirements.txt
107109
```
108110

109111
Be sure to check instructions to install the [bundles as well](bundles/README.md)
110112

113+
114+
### Package Control
115+
116+
For the time being, as 0.0.4 is not compatible with package control, please install using the following instructions:
117+
118+
- open Command Palette
119+
120+
- execute
121+
122+
```
123+
Package Control:Add Repository
124+
```
125+
126+
- Paste
127+
128+
```
129+
https://github.com/mpourmpoulis/PythonVoiceCodingPlugin
130+
```
131+
132+
- Then execute:
133+
134+
```
135+
Package Control:Install Package
136+
```
137+
138+
- enter
139+
140+
```
141+
PythonVoiceCodingPlugin
142+
```
143+
144+
you should see a fake version like v2020.01.05.( and so on ) instead of v0.0.4, which is from master insured work out-of-the-box.
145+
146+
Install it, and then be sure to install the bundles as well.
147+
148+
For the time being be warned, that the plug-in has not been tested with portable versions of sublime!
149+
150+
111151
For any further installation questions, feel free to ask [here](https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/issues/5)
112152

113153
## Documentation

0 commit comments

Comments
 (0)