From f4044848efe468cf1a92f40cc70dff6e83a02982 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 17 Sep 2020 14:24:01 +0300 Subject: [PATCH] Updated Creating packs (markdown) --- Creating-packs.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Creating-packs.md b/Creating-packs.md index 6a89a89..00c9536 100644 --- a/Creating-packs.md +++ b/Creating-packs.md @@ -4,9 +4,7 @@ utility scripts you can use to import and create sticker packs. To get started, install the dependencies for using the commands: 0. Make sure you have Python 3.6 or higher. -1. Clone the repo - * If you're using the GitHub pages instructions, clone your own fork: `git clone git@github.com:username/stickerpicker.git` - * Otherwise, clone the main repo: `git clone https://github.com/maunium/stickerpicker.git` +1. Clone the repo (`git clone https://github.com/maunium/stickerpicker.git`) 2. (Optional) Set up a virtual environment. 1. Create with `virtualenv -p python3 .venv` 2. Activate with `source .venv/bin/activate`