-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed bs4 dependency
- Loading branch information
Cristiano
authored
Apr 26, 2019
1 parent
7c46add
commit 235ad53
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# tikdb | ||
A simple script to obtain a zip to be put into WiiU USB Helper. | ||
## Requirements | ||
Python 3 and modules `requests` and `bs4` (pip install `module` in shell). | ||
Python 3 and module `requests`(`pip install module_name` in shell). | ||
## Guide | ||
When prompted to insert an URL into WiiU USB Helper, down below there is an Alternate Method taking a zip (with drag and drop support); just drag tikdb.zip created with script and you're good to go! |