From fc22d64829a319e879d2e1b05bdcde219aa40967 Mon Sep 17 00:00:00 2001 From: tkmru Date: Fri, 27 Oct 2023 20:48:12 +0900 Subject: [PATCH] Upgraded to 0.1.1 with windows support --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff891b2..20d3981 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ To solve this, `dummy` has the ability to generate a png of any size by adding a ## Installation Since `dummy` is implemented in Python, it can be installed with the pip command, which is a Python package management system. +On Windows, the following pip command must be executed as administrator to generate `dummy.exe`. ```bash $ pip install git+ssh://git@github.com/sterrasec/dummy.git diff --git a/setup.py b/setup.py index 0c2d506..b3d4752 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='dummy', - version='0.1.0', + version='0.1.1', description='Create a dummy file for testing.', author='Taichi Kotake', packages=['dummy'],