From 93aa161375fd2166b01d595fc920f3356399edd7 Mon Sep 17 00:00:00 2001 From: ansengarvin <45224464+ansengarvin@users.noreply.github.com> Date: Sun, 20 Feb 2022 15:20:24 -0800 Subject: [PATCH] Specified that python usage instructions are for Windows --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 536230f..ddfeb02 100644 --- a/readme.txt +++ b/readme.txt @@ -1,11 +1,11 @@ -NOTE: This is a Python program. Follow this link to install python: +NOTE: This is a Python program. Follow this link to install python on Windows: https://docs.python.org/3/using/windows.html You do not need to install any additional modules to use this program. All modules are built-in to Python. INSTRUCTIONS -1. Run "getnames.py". You can do this on the command line with "py getnames.py". You may find additional information on how to run python programs here: https://docs.python.org/3/faq/windows.html +1. Run "getnames.py". You can do this on the command line with "py getnames.py". You may find additional information on how to run python programs on Windows here: https://docs.python.org/3/faq/windows.html 2. Input the number of names you want into request.txt