StorjOld / downstream-farmer

Client software for a Storj farmer.
http://driveshare.org
MIT License
35 stars 16 forks source link

Update README.md #10

Closed kenCode-de closed 9 years ago

kenCode-de commented 9 years ago

That first sentence didn't make any sense. The period at the end of the pip command choked in my terminal.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 1fcc3469eb8ecef4a87ff5681256255a345ab868 on kenCode-de:patch-1 into 325e50982cef35988b5bf65b449ab3c258622c5d on Storj:master.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 1fcc3469eb8ecef4a87ff5681256255a345ab868 on kenCode-de:patch-1 into 325e50982cef35988b5bf65b449ab3c258622c5d on Storj:master.

wiggzz commented 9 years ago

The period causes pip to install the current directory as if you run python setup.py install.

What terminal are you using? I've run it in bash and powershell and it works fine.

kenCode-de commented 9 years ago

Yep, bash on mint 17. Maybe it's my end then, the prompt just hangs there like it's waiting for input. The cd command defaults you to the working dir tho, so the period may be redundant.

ken Code Freelance JavaScripter Code == http://kenCode.de G+ == http://google.com/+kenCode München, Deutschland

On Oct 31, 2014 3:52 PM, "Will James" notifications@github.com wrote:

The period causes pip to install the current directory program by running python setup.py install.

What terminal are you using? I've run it in bash and powershell and it works fine.

— Reply to this email directly or view it on GitHub https://github.com/Storj/downstream-farmer/pull/10#issuecomment-61271628 .

wiggzz commented 9 years ago

Yea. If you don't run pip install . at some point, or python setup.py install then the downstream command won't work since the entry point won't be installed in your path. Did it work for you?

EmergentBehavior commented 9 years ago

Yeah the period removal should not have been merged.