Skip to content

Commit

Permalink
Upgraded to 0.1.1 with windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmru committed Oct 27, 2023
1 parent 2d188c0 commit fc22d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/sterrasec/dummy.git
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit fc22d64

Please sign in to comment.