Projects STRLCPY dummy Commits fc22d648
🤬
  • Upgraded to 0.1.1 with windows support

  • Loading...
  • tkmru committed 7 months ago
    fc22d648
    1 parent 2d188c04
  • ■ ■ ■ ■ ■
    README.md
    skipped 19 lines
    20 20  ## Installation
    21 21   
    22 22  Since `dummy` is implemented in Python, it can be installed with the pip command, which is a Python package management system.
     23 +On Windows, the following pip command must be executed as administrator to generate `dummy.exe`.
    23 24   
    24 25  ```bash
    25 26  $ pip install git+ssh://[email protected]/sterrasec/dummy.git
    skipped 39 lines
  • ■ ■ ■ ■
    setup.py
    skipped 4 lines
    5 5   
    6 6  setup(
    7 7   name='dummy',
    8  - version='0.1.0',
     8 + version='0.1.1',
    9 9   description='Create a dummy file for testing.',
    10 10   author='Taichi Kotake',
    11 11   packages=['dummy'],
    skipped 17 lines
Please wait...
Page is in error, reload to recover