> 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.2./2.2.5.-pycharm.md).

# 3.2.5.     파이참(PyCharm) 설치

\
다음의 링크에서 파이참으, 을다운 받을 수 있습니다.

[https://www.jetbrains.com/pycharm/download/](https://www.jetbrains.com/pycharm/download/#section=windows)

위의 링크에 접속하면 아래와 같은 화면의 다운로드 페이지가 나옵니다. Linux 64bit 버전을 다운로드 합니다.

![](/files/-LbRaepMPOo-Z-UHa2S3)

PyCharm Linux 64bit 버전을 다운로드 후 설치를 진행합니다. 먼저 다운받은 디렉토리로 이동하여 다음의 tar 명령으로 압축을 해제합니다.

\>tar xvf pycharm-community-5.0.4.tar.gz

![](/files/-LbRavR-29JZcnHQyAoL)

cd 명령으로 PyCharm의 bin 폴더로 이동하여 $ sh pycharm.sh 명령어로 파이참 설치를 진행합니다.

![](/files/-LbRb1bSQr6Phup1hHW-)

대부분 설정을 default값으로 설치를 진행합니다.

![](/files/-LbRbJtikUwlovZyJWH4)

Do not import settings 으로 설정 합니다. 라이선스에 동의하고

![](/files/-LbRbSHs3hMHa15IhvVD)

파이참의 UI 테마는 원하는 것으로 선택합니다.

![](/files/-LbRbZEHy7PTwS5KGlvS)

나머지 설정들은 기본으로 정해줍니다.

![](/files/-LbRbexXoCKlHnVmcbWX)


---

# 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.2./2.2.5.-pycharm.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.
