oTree セットアップ(テキストエディター)

警告

Using oTree with a text editor is not recommended for most users. If someone advised you to use a text editor, please direct any oTree questions to them.

Setup commands:

pip3 install -U otree
otree startproject myproject
cd myproject
otree devserver

ブラウザを開いて、 http://localhost:8000/ にアクセスします。oTreeデモサイトを開くことができます。

To create a new app, run otree startapp your_app_name.

Session configs are defined in settings.py.