This project tries experimental economics with otree, a python library for behavioral research.
Until now the only app is an Experimental Auction Market as described in Smith (1965). It tests the efficiency of markets and the ability of participants to predict the market price under the condition of excess sellers.
pwd
python3 -m venv venv
source venv/bin/activate
pip3 install otree
which otree
otree
otree startproject meinprojekt
cd meinprojekt
otree startapp
otree devserver
Ergebnis:
Open your browser to http://localhost:8000/
To quit the server, press Control+C.