forked from OpenCode/geany-python-good-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
37 lines (25 loc) · 906 Bytes
/
INSTALL
File metadata and controls
37 lines (25 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
############################
# INSTALLATION
############################
- Download the branch from github page:
$ cd DEVELOPMENT_PATH
$ git clone git@github.com:OpenCode/geany-python-good-code.git
- Move in plugin path and compile it:
$ cd geany-python-good-code
$ make init
$ make install
this command pesume that you plaging path is place in
/usr/lib/ARCH-linux-gnu/geany/
if you want install in a specify path
$ make install GEANY_PATH=path/that/you/want
if you want clean all
$ make clean [optional GEANY_PATH=path/that/you/want]
############################
# CONFIGURATION
############################
- Set Keyboard Shortcut
Menu -> Preference (or CTRL-ALT-P)
In the window select tab 'Keyboard Shortcut'
Go to 'Python Good Code' line
Double click on 'Launch Python Analisys Tool'
Press your favorite keys on the keyboaad