ratchets

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 43bc7b5df8f3d3dce3ebb0baaaccbe8b7c7ba5be
parent 88a6caa96a00b03ec41b532a7d10ad4d095d00c7
Author: Andrew Laack <andrew@laack.co>
Date:   Wed, 18 Jun 2025 16:51:43 -0500

Updated python -> python3

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -104,7 +104,7 @@ Running tests is as simple as running ```pytest``` from the root of the reposito At this point, your project has been set up, but as these tests are ran, and further infringements are found, there is a need to identify them. This, along with many other pieces of functionality can be viewed by running: ``` -python -m ratchets --help +python3 -m ratchets --help ``` Where you will see the following help message describing CLI usage for ratchets: