Skip to content

Commit

Permalink
Added macOS usage/installation instructions
Browse files Browse the repository at this point in the history
Added macOS usage/installation instructions.
Generated and added macOS supported binary in latest release.
  • Loading branch information
Xonshiz committed Jan 7, 2021
1 parent be6a1ab commit 0ea84db
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Video will be sharing in a week or so from now.
### Windows EXE Binary Installation
If you're on windows, it's recommended that you download and use "windows exe binary" to save your time.
You can download the latest windows release from [RELEASE SECTION](https://github.com/Xonshiz/Hulu-Subs-Downloader/releases/latest)
Go there and download the ".exe" file. Then follow the usage instructions in #Usage.
Go there and download the ".exe" file. Then follow the usage instructions in [Usage](#usage).
After downloading this exe file, place it in some location that you can access. Because you would need to run this script every time you want to download subtitles.
Don't put this in your "Windows" or "System" folders. It might cause conflicts with permissions.

Expand All @@ -81,15 +81,21 @@ Since I cannot generate a "binary" for these distributions, you will have to ins
It's pretty much straightforward, you can just use pip to install hulusubs_dl.
`pip install hulusubs_dl`

If for some reason, you're unable to use `pip`, try with `easy_install`. If everything fails, you can download code from this repository and then run.
If for some reason, you're unable to use `pip`, try with `easy_install`.

If everything fails, you can download code from this repository and then run.
But, now you'll need to install the dependencies yourself. After downloading, navigate to this folder in your terminal and you can see a "requirements.txt" file.
You can install all dependencies via `pip install -r requirements.txt`
All the external dependencies required by this tool are mentioned in that file. You can install them one by one.
Since you're doing things manually, you might need to give this file executable rights, which can be done like this:
`chmod +x __main__.py`

### MacOS
You can install this from Homebrew. I'm working on it, will update this section soon.
If you're on macOS, it's recommended that you download and use "macOS binary" to save your time.
You can download the latest macOS release from [RELEASE SECTION](https://github.com/Xonshiz/Hulu-Subs-Downloader/releases/latest)
Go there and download the "hulusubs_dl" file. Do verify that you're not downloading "hulusubs_dl.exe". Then follow the usage instructions in [Usage](#usage).
After downloading this file, place it in some location that you can access. Because you would need to run this script every time you want to download subtitles.
Don't put this in restricted places like "/bin/ or "System" folders. It might cause conflicts with permissions.

## List of Arguments
Currently, the script supports these arguments :
Expand Down

0 comments on commit 0ea84db

Please sign in to comment.