Skip to content

open-cogsci/opensesame-windows-build-scripts

Repository files navigation

OpenSesame build scripts for Windows

Copyright 2020 - 2025 Sebastiaan Mathôt

About

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.

Use

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

Requirements

  • Anaconda
  • NSIS installer
  • 7zip

License

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:

About

Scripts to package OpenSesame for Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published