Copyright 2020 - 2025 Sebastiaan Mathôt
These scripts build Windows Anaconda environments for OpenSesame (experiment builder for the social sciences) and Sigmund Analyst (code editor for numerical computing), and package them as .zip
and .exe
installers.
- OpenSesame: https://osdoc.cogsci.nl/
- Rapunzel: https://rapunzel.cogsci.nl/
python build.py [target] [options]
Example:
python build.py --full
Options can be:
--build
to build the Anaconda environment from scratch--zip
to create.zip
archive for distribution--exe
to create.exe
installer for distribution--clear
to clear the `conda`` environment folder before building--full
is equal to--zip
,--exe
, and--build
- Anaconda
- NSIS installer
- 7zip
This code is distributed under the terms of the GNU General Public License 3. The full license should be included in the file COPYING, or can be obtained from: