Comment on page
Setup
- 1.Run the installation script:
curl https://install.empirica.dev | sh
That's it, you're done! Proceed to create your experiment:
If have installed
empirica
before the official launch (before January 2023), you might need to clean the beta version from your system.On macOS:
rm -rf $HOME/.local/share/empirica
rm -rf "$HOME/Library/Application Support/empirica"
On Linux:
rm -rf $HOME/.local/share/empirica
Then, proceed to reinstall empirica with the command at the top of this page.
Windows is currently not natively supported. Empirica does work on Windows with Microsoft's WSL 2.
The installation of WSL 2 has been greatly simplified since Windows 10 version 2004, released at the end of 2021. Windows 11 also benefits from the new much simplified procedure. The following documentation does not cover the new installation. If you are using Windows 10 2004 and higher, we recommend you look online how to install WSL 2, then you can follow the macOS/Linux procedure above.
Empirica is built on industry-standard open-source web technologies which run best in Unix-like operating systems such as Linux and macOS. ****
If you are a Windows user and get stuck at any point in the development process, please contact [email protected] or join the Slack channel for community-based technical support on a wide range of topics.
Last modified 6mo ago