wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
340 stars 95 forks source link

Github url is wrong in install.txt #111

Closed JoyceBabu closed 11 years ago

JoyceBabu commented 12 years ago

The github url for fileconveyor is wrong in install.txt. It should be pip install -e git+https://github.com/wimleers/fileconveyor.git@master#egg=fileconveyor instead of pip install -e git+https://github.com/wimleers/fileconveyor@master#egg=fileconveyor

wimleers commented 11 years ago

Are you sure? It works just fine for me…

JoyceBabu commented 11 years ago

Sorry for the late update, I just saw your reply.

It is working correctly now. I have no idea, why it failed at that time.

wimleers commented 11 years ago

Random network error maybe — or random GitHub failure :)