Try setup.py for RTD

This commit is contained in:
rowanc1
2014-02-05 13:48:54 -08:00
parent efc28e7251
commit d9df40b5be
+8
View File
@@ -0,0 +1,8 @@
import os
try:
import SimPEG
except ImportError, e:
os.system('git clone https://github.com/simpeg/simpeg.git')
os.system('mv simpeg/SimPEG temp')
os.system('rm -rf simpeg')
os.system('mv temp SimPEG')