From 622836033008a1925dc3dbc1a20f855007136c3a Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sat, 8 Apr 2017 10:08:40 +0200 Subject: [PATCH] =?UTF-8?q?resources/README:=20python2=20=E2=86=92=20pytho?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/README.md b/resources/README.md index 90be9f5a6..84c46e07b 100644 --- a/resources/README.md +++ b/resources/README.md @@ -12,8 +12,8 @@ For adding a new image into existing resources, follow these steps: 1. Add image file (like .png) into `resources/images/` and source file (like .svg) into `resources/img-src`. 2. Generate new .qrc file. This would automatically detect any changes in directory. - $ python2 makeqrc.py + $ python makeqrc.py 3. Create binary of all resources which will be used by Picard. - $ python2 compile.py + $ python compile.py