Skip to content

Commit b6756db

Browse files
committed
Merge pull request #84 from ReactionMechanismGenerator/windows
Add bld.bat file for Windows anaconda binary package
2 parents 2ae78b5 + 2881c77 commit b6756db

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

bld.bat

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)