Updated Creating packs (markdown)
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`
|
2. Activate with `source .venv/bin/activate`
|
||||||
3. Install the utility commands and their dependencies with `pip install .`
|
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
|
## Importing packs from Telegram
|
||||||
To import packs from Telegram, simply run `sticker-import <pack urls...>` with
|
To import packs from Telegram, simply run `sticker-import <pack urls...>` with
|
||||||
one or more t.me/addstickers/... URLs.
|
one or more t.me/addstickers/... URLs.
|
||||||
|
|
Loading…
Reference in New Issue