scdl icon indicating copy to clipboard operation
scdl copied to clipboard

Update install docs?

Open jamesryan-dev opened this issue 1 year ago • 3 comments

I had to install via pipx and as a result my .config didn't contain the scdl directory

Not sure if this changes things but the command to search all and find the config file might be useful

I used this command:

find ~ -name '*scdl*' -type f

to find the relevant config file

turns out it was in:

─❯ nano /Users/[myusername]/Library/Python/3.9/lib/python/site-packages/scdl/scdl.cfg

Thought this might help others

FYI

I'm on Mac

jamesryan-dev avatar Aug 06 '24 21:08 jamesryan-dev

after running the command it looks like the .config directory and config file has appeared

jamesryan-dev avatar Aug 07 '24 14:08 jamesryan-dev

Fellow Mac user - also had issues installing this package. It'd be real nice if this were on homebrew and had an AWS-style config command brew install scdl & scdl configure

komposer-aml avatar Aug 17 '24 13:08 komposer-aml

Oh wow it was waaay easier with pipx

An update to the installation docs suggesting to Mac users to run brew install pipx ffmpeg before running pipx install scdl would have saved me some time.

EDIT I just went ahead and added it myself

komposer-aml avatar Aug 17 '24 13:08 komposer-aml