You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a freshly installed Yosemite, I get the above error on trying brew file set_repo.
Here is the gist showing what I did on Terminal.app just after a clean installation of OS 10.10.2: https://gist.github.com/rinopo/12b6b29f0def98fb1531
Did I miss something?
Thanks!
The text was updated successfully, but these errors were encountered:
oops! I thought it is internal module, but "Requests" is external module, so you need to install it.
I added some introductions in README and when you run w/o Requests module.
If you want to create a repository from the command line, please install Requests:
$ easy_install pip # in case you've not installed pip
$ pip install requests
Otherswise, please make a repository directory in GitHub or other Git service.
Hi,
Thank you very much for the useful tool!
On a freshly installed Yosemite, I get the above error on trying
brew file set_repo
.Here is the gist showing what I did on Terminal.app just after a clean installation of OS 10.10.2:
https://gist.github.com/rinopo/12b6b29f0def98fb1531
Did I miss something?
Thanks!
The text was updated successfully, but these errors were encountered: