imagebot icon indicating copy to clipboard operation
imagebot copied to clipboard

How can I setup and install the package behind the firewall?

Open sung-park opened this issue 8 years ago • 1 comments

Hello! I am behind the firewall, so failed to run "python ./setup.py install". I had to install every missing python package one-by-one. Is there are way to specify proxy information?

sung-park avatar Sep 19 '17 05:09 sung-park

Hi, Apologies for a reaaaaaaaally late response.

There's a pypi package published using the same codebase. You can install it using pip, which will take care of the dependencies. > pip install imagebot

amol9 avatar Feb 09 '20 03:02 amol9