File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,11 @@ Installation
3333------------
3434
35351 . Install the script by copying all files to the
36- ` [user directory]/.gimp-< version> /plug-ins ` directory.
36+ ` [user directory]/.gimp-[ version] /plug-ins ` directory.
37372 . Download the [ astor] ( https://github.com/berkerpeksag/astor ) library and
38- install it in ` [user directory]/.gimp-< version> /plug-ins ` directory.
38+ install it in ` [user directory]/.gimp-[ version] /plug-ins ` directory.
3939
40+ Example of an installation directory: ` /home/khalim/.gimp-2.8/plug-ins ` .
4041
4142Running the Generator
4243---------------------
@@ -46,7 +47,8 @@ To run the generator, open GIMP and choose
4647
4748Alternatively, you may run the plug-in from the Python-Fu console: Open GIMP,
4849choose ` Filters -> Python-Fu -> Console ` and enter
49- ` pdb.python_fu_generate_predefined_completions_for_pydev(True, True) ` .
50+
51+ `pdb.python_fu_generate_predefined_completions_for_pydev(True, True)`
5052
5153
5254Installing Predefined Completions in PyDev
You can’t perform that action at this time.
0 commit comments