summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-03-08 16:44:48 -0700
committerTushar Gohad <tushar.gohad@intel.com>2015-03-08 16:45:38 -0700
commit164ca866bd5c5fe0a402a5835d19a1372cb8d8be (patch)
treed0925e449fad88097afcf8b4acb3e11ac49383f6
parent8aef7fe240c5a2af102730de8bd2473f14b0706e (diff)
downloadpyeclib-164ca866bd5c5fe0a402a5835d19a1372cb8d8be.tar.gz
Fix liberasurecode url in error messages
-rw-r--r--setup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index fdd1ada..0e5aefd 100644
--- a/setup.py
+++ b/setup.py
@@ -79,7 +79,7 @@ class build(_build):
print("** PyECLib requires that the liberasurecode ")
print("** library be installed. The liberasurecode ")
print("** library can be obtained from: ")
- print("** git@bitbucket.org:tsg-/liberasurecode.git")
+ print("** https://bitbucket.org/tsg-/liberasurecode.git")
print("** ")
print("** Please install liberasurecode and try again.")
print("***************************************************")
@@ -138,8 +138,7 @@ class install(_install):
print("***************************************************")
print("** ")
print("** You are running on a Mac! This means that ")
- print("** ")
- print("** Any user using this library must update: ")
+ print("** any user using this library must update: ")
print("** DYLD_LIBRARY_PATH ")
print("** ")
print("** The best way to do this is to put this line:")