Skip to content

Commit

Permalink
ReadMe: refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen committed Jun 10, 2024
1 parent e12320b commit 02fb14d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Installation

Test if you have Python installed by running your [terminal application](#terminal-applications) and typing `python` at the command prompt. If this runs a Python interpreter and the displayed version is at least 3.6, then you are good to go.

If you don't already have Python installed, or your installed version is too old, download the free installer from python.org and run it. Then repeat the test as above to be sure the installation was successful.
If you don't already have Python installed, or your installed version is too old, download the free installer from python.org and run it. Then repeat the test above, to be sure the installation was successful.

Download this code, e.g. by going to https://github.com/r-owen/dtx_to_wif_converter/releases
Unpack the results and put the directory (or, if you prefer, just the "dtx_to_wif") somewhere convenient, such as your home directory.
Unpack the results and put the directory (or, if you prefer, just the file "dtx_to_wif") somewhere convenient, such as your home directory.

Usage
-----
Expand All @@ -23,7 +23,7 @@ Change directory to the directory containing `dtx_to_wif`.

Type:

`$ ./dtx_to_wif path1 path2 ...`
`$ python dtx_to_wif path1 path2 ...`

where each `path` is the path to a .dtx file or a directory containing .dtx files. On macOS, if you drag a file or folder from Finder onto your Terminal, the path will be typed for you. Windows may well do the same thing with its file browser.

Expand All @@ -33,6 +33,8 @@ For each ".dtx" file the program finds, it will write a new WIF file in the same

Specify `--help` (or `-h`) to print help.

Note: on macOS or linux you can type `./dtx_to_wif` instead of `python dtx_to_wif`, but that is unlikely to work on Windows.

Terminal Applications
---------------------

Expand Down

0 comments on commit 02fb14d

Please sign in to comment.