Skip to content

Commit

Permalink
Specified that python usage instructions are for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ansengarvin committed Feb 20, 2022
1 parent a6e4228 commit 93aa161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 93aa161

Please sign in to comment.