diff --git a/Creating-packs.md b/Creating-packs.md index 00c9536..5f803c7 100644 --- a/Creating-packs.md +++ b/Creating-packs.md @@ -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 ` with one or more t.me/addstickers/... URLs.