We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ae78b5 + 2881c77 commit b6756dbCopy full SHA for b6756db
1 file changed
bld.bat
@@ -0,0 +1,12 @@
1
+:: Install scripts in bin folder
2
+%PYTHON% setup.py install
3
+
4
+:: Copy database files to shared directory
5
+cd %PREFIX%
6
+mkdir share\rmgdatabase
7
+xcopy "%SRC_DIR%\input" %PREFIX%\share\rmgdatabase /E
8
9
+:: Create rmgrc file that points to this folder in site-packages/rmgpy directory
10
+cd "%SP_DIR%"
11
+mkdir rmgpy
12
+(echo database.directory : %PREFIX%\share\rmgdatabase) > %SP_DIR%\rmgpy\rmgrc
0 commit comments