Updated Creating packs (markdown)

Tulir Asokan 2020-09-20 14:01:27 +03:00
parent f4044848ef
commit 5de2746a4d

@ -10,6 +10,9 @@ To get started, install the dependencies for using the commands:
2. Activate with `source .venv/bin/activate`
3. Install the utility commands and their dependencies with `pip install .`
### Notes about Windows
If `pip` doesn't work directly, try `py -3 -m pip`. Then use `py -3 -m sticker.import` and `py -3 -m sticker.pack` instead of `sticker-import` and `sticker-pack` respectively.
## Importing packs from Telegram
To import packs from Telegram, simply run `sticker-import <pack urls...>` with
one or more t.me/addstickers/... URLs.