Exclude msvc-runtime from linux users; clarify usage in README

This commit is contained in:
cevoj35548 2023-06-02 21:19:46 -05:00
parent 0931b34315
commit 9a1340d09c
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ Run `FmhyChecker.pyw`
This tool takes links inputted into the field on the left, and checks if they are not already present in the wiki.
**Dupes** ***(already in wiki)*** will be indicated with a ❌, and **Unique links** ***(NOT in wiki)*** will have a ✅.
**Links** ***already*** **in the wiki** will be indicated with a ❌, and **links** ***NOT*** **in the wiki** will have a ✅.
Links will be automatically pulled using regex. The regex is designed to ignore trailing `/`, `http`/`https`, and `www`/`ww1`...`2`...etc to be as flexible as possible.

View file

@ -10,7 +10,7 @@ greenlet==2.0.2
grequests==0.6.0
html5lib==1.1
idna==3.4
msvc-runtime==14.34.31931
msvc-runtime==14.34.31931; sys_platform == 'win32'
Nuitka==1.5.4
ordered-set==4.1.0
pycparser==2.21