> For the complete documentation index, see [llms.txt](https://sdc-james.gitbook.io/onebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdc-james.gitbook.io/onebook/2./2.1..md).

# 3.1.    윈도우 환경에서 설치하기

\
파이썬은 무료로 사용할 수 있습니다. 공식 사이트에서 설치파일을 다운 받아 사용할 수도 있지만, 그렇게 하면 과학 계산을 위한 SciPy, NumPy, scikit-learn 등의 여러 파이썬 패키지는 따로 설치해야 합니다. 패키지들을 하나 하나 직접 설치하면 갖가지 예상하지 못한 문제가 생길 수 있기 때문에 많은 사람들이 운영체제 환경에 맞게 패키지들을 미리 준비해 놓은 배포판으로 설치합니다.

아나콘다를 설치하면 더욱 편리한 사용 환경을 쉽게 만들 수 있습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sdc-james.gitbook.io/onebook/2./2.1..md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
