Archived
Update README.md
This commit is contained in:
@@ -12,5 +12,5 @@ Rete uses that to our advantage by looking at the status code (eg, a websites re
|
||||
## Why did you make this?
|
||||
When making a list of games and proxies, I needed to test if the links really worked without having to test them all individually (I had over 6000 links to check!)
|
||||
|
||||
# Creating an executable
|
||||
## Creating an executable
|
||||
First you must install all of the dependencies. You can install them quickly by running `pip install -r requirements.txt`. After that you can run pyinstaller, the python program that can create an executable from a python program. You can make the executable by running `pyinstaller main.py -F -n rete` This creates a single file executable named reta.
|
||||
Reference in New Issue
Block a user