Updated README
This commit is contained in:
parent
f03db08948
commit
448ef61501
12
README.md
12
README.md
|
@ -1,2 +1,14 @@
|
|||
# Python-With-Gtk-Template
|
||||
A template project for Python with Gtk applications.
|
||||
|
||||
### Requirements
|
||||
* PyGObject
|
||||
|
||||
### Note
|
||||
There are two "\<change_me\>" strings that need to be set according to your app's name located at:
|
||||
* \_\_builtins\_\_.py
|
||||
* \_\_main\_\_.py
|
||||
|
||||
For the user_config, traverse all the way down and copy the contents to either:
|
||||
* /usr/share/\<your_app_name_as_all_lowercase\>
|
||||
* /\<your_home_dir\>/.config/\<your_app_name_as_all_lowercase\>
|
||||
|
|
Loading…
Reference in New Issue