https://github.com/NYUCCL/psiTurk
Raw File
Tip revision: 2bd839190f1d8c517455cce58a2a6c079bded7f3 authored by Dave Eargle on 23 March 2021, 05:05:18 UTC
docs: describe the new preloadPages approach
Tip revision: 2bd8391
__main__.py
if __name__ == '__main__':
    from psiturk.experiment import run_webserver
    run_webserver()
back to top