Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2a2ada

Browse files
committed
version 1.0.1
1 parent d63e8ab commit d2a2ada

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ A set of convenience utils for Python requiring no external libs. Some of the be
1010

1111
# How To Use This Awesome?
1212

13-
1. Install `htk` via PIP:
13+
1. Install via PIP:
1414
`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`
1616
SSH: `git clone [email protected]:hacktoolkit/python-htk.git htk`
1717
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.
1921
1. Example usage in Python Shell
2022
```
2123
In [1]: from htk import slack_debug

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)