File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,14 @@ A set of convenience utils for Python requiring no external libs. Some of the be
10
10
11
11
# How To Use This Awesome?
12
12
13
- 1 . Install ` htk ` via PIP:
13
+ 1 . Install via PIP:
14
14
` pip install htk `
15
- 1 . Install via local clone: clone this repository into a directory named ` htk ` (preferred) or ` htk_lite `
15
+ 1 . ( ** Alternative install via clone ** ) Install via local clone: clone this repository into a directory named ` htk `
16
16
SSH:
` git clone [email protected] :hacktoolkit/python-htk.git htk `
17
17
HTTPS: ` git clone https://github.com/hacktoolkit/python-htk.git `
18
- 1 . Create ` local_settings.py ` and add your [ Slack incoming webhook] ( https://slack.com/apps/A0F7XDUAZ-incoming-webhooks ) URL to ` SLACK_WEBHOOK_URL ` .
18
+ 1 . Add your [ Slack incoming webhook] ( https://slack.com/apps/A0F7XDUAZ-incoming-webhooks ) URL.
19
+ 1 . Create an ENV variable named ` HTK_SLACK_WEBHOOK_URL ` or ` SLACK_WEBHOOK_URL ` .
20
+ 1 . For a local clone, you can also create a ` local_settings.py ` and add the constant ` HTK_SLACK_WEBHOOK_URL ` or ` SLACK_WEBHOOK_URL ` within.
19
21
1 . Example usage in Python Shell
20
22
```
21
23
In [1]: from htk import slack_debug
Original file line number Diff line number Diff line change 1
- 1.0.0
1
+ 1.0.1
You can’t perform that action at this time.
0 commit comments