added inline docu
This commit is contained in:
parent
f846c0e8ae
commit
71bc93b7b7
3 changed files with 20 additions and 3 deletions
|
|
@ -2,6 +2,10 @@ import os
|
|||
import shutil
|
||||
|
||||
def install():
|
||||
"""
|
||||
Tries to fetch TemporalLib from GitHub and build it
|
||||
|
||||
"""
|
||||
print("TemporalLib not found. Attempting to install it...")
|
||||
print("==================================================")
|
||||
module_path = os.path.abspath(os.path.dirname(__file__))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue