-
Notifications
You must be signed in to change notification settings - Fork 2
Creating an executable for Windows
Chris Winkler edited this page May 22, 2019
·
3 revisions
We use cx_freeze to create an executable for RefCurv.
Following steps are necessary:
- Find the setup file pkg/setup.py
- setup.py must be copied into the main RefCurv folder (with refcurv.py) and run there (
python setup.py build) - R must be included manually (as "R-3.3.2") into the main folder
- setup_exe.bat automatizes this process
All required Python and R packages should be installed on your machine.
We tested the method with Python 3.4.0 32-bit and R 3.5.2 32-bit.