mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-14 12:43:15 +02:00
Update spvblock.py
This commit is contained in:
parent
fd32123feb
commit
64fa4dfe1d
1 changed files with 3 additions and 3 deletions
|
|
@ -3820,10 +3820,10 @@ def callGitBija():
|
|||
|
||||
#---------------------------------Bpytop----------------------------------
|
||||
def callGitBpytop():
|
||||
if not os.path.isdir('Bpytop'):
|
||||
git = "pip3 install bpytop && mkdir Bpytop"
|
||||
if not os.path.isdir('bpytop'):
|
||||
git = "pip3 install bpytop && git clone https://github.com/aristocratos/bpytop.git"
|
||||
os.system(git)
|
||||
os.system("cd Bpytop && bpytop")
|
||||
os.system("cd bpytop && sudo make install && bpytop")
|
||||
|
||||
#---------------------------------Cashu----------------------------------
|
||||
def callGitCashu():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue