mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
use pip not easy_install
This commit is contained in:
parent
54fcd4a876
commit
ff62a09832
1 changed files with 2 additions and 2 deletions
|
@ -23,13 +23,13 @@ try:
|
|||
import ecdsa
|
||||
from ecdsa.util import string_to_number, number_to_string
|
||||
except:
|
||||
print "python-ecdsa does not seem to be installed. Try 'sudo easy_install ecdsa'"
|
||||
print "python-ecdsa does not seem to be installed. Try 'sudo pip install ecdsa'"
|
||||
sys.exit(1)
|
||||
|
||||
try:
|
||||
import aes
|
||||
except:
|
||||
print "AES does not seem to be installed. Try 'sudo easy_install slowaes'"
|
||||
print "AES does not seem to be installed. Try 'sudo pip install slowaes'"
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue