Skip to content

Instantly share code, notes, and snippets.

@chrplr
Created March 13, 2025 14:37
Show Gist options
  • Save chrplr/737564732d7daf0e4ccdebbf7c6d8d94 to your computer and use it in GitHub Desktop.
Save chrplr/737564732d7daf0e4ccdebbf7c6d8d94 to your computer and use it in GitHub Desktop.
install expyriment with uv
uv venv
source .venv/bin/activate
uv pip install flit
git clone https://github.com/expyriment/expyriment.git
cd expyriment
uv run flit install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment