MrMitch / realdebrid-CLI

:arrow_double_down: Use Read-Debrid from your command line !
https://pypi.python.org/pypi/rdcli
MIT License
23 stars 7 forks source link

Can i install without root access? #19

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, i want to install this to my seedbox but i don't have root access there. Can i use something like python setup.py install --prefix=$HOME?

MrMitch commented 7 years ago

Hi !

Yes you can, but i'd recommend using the --home option instead of the --prefix option.

For example, you could do something like python setup.py install --home=$HOME. Note that you might need to tweak your $PYTHONPATH environment variable for it to work proprely. The installer will help you with that if necessary.