Add 'importing.py'
This commit is contained in:
parent
3b3f2e02b6
commit
79ff10e8cd
6
importing.py
Normal file
6
importing.py
Normal file
@ -0,0 +1,6 @@
|
||||
# note that running this file is gonna install numpy on you computer
|
||||
try:
|
||||
import numpy as np
|
||||
except ImportError:
|
||||
__import__("pip").main(["install", "numpy"])
|
||||
import numpy as np
|
Loading…
x
Reference in New Issue
Block a user