# Python環境の整備：

oTreeはPythonベースのアプリケーションです．

そのために，最初にPythonをインストールする必要があります．

私はPythonを使うためにAnacondaで環境を整備しています．

oTreeを使うためだけだったらAnacondaを使わなくても良いのですが，私はその他にも使ったりしているのでAnacondaを使っています．

Anacondaのインストールは，私が書くよりもたくさん，わかりやすい記事があるのでそちらを見ていただくのが良いのですが，

（例えば[こちら](http://qiita.com/t2y/items/2a3eb58103e85d8064b6)など）

※oTreeは以前Python2.xシリーズで開発もされていましたが，今は完全にPython3.xシリーズのみです．

インストール時にはご注意ください．

色々好きなのもあるのですが，おいおいと．．．

※単純にPythonのみをインストールする場合は[こちら](https://www.python.org/downloads/)から，Anacondaの軽量版のMinicondaをインストールする場合は[こちら](https://conda.io/miniconda.html)からできます．

Python 3.xの基本的な使い方は[コチラ](https://learnxinyminutes.com/docs/ja-jp/python3-jp/)を見てもらうと良いかも．

取り急ぎ．


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://akrgt.gitbook.io/otree-jp/i/pythonno.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
