> For the complete documentation index, see [llms.txt](https://docs.weirdhost.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.weirdhost.xyz/bots/python/pthondepends.md).

# 디펜던시 설치

{% embed url="<https://sosoeasy.tistory.com/597>" %}

Python 서버는 패널 콘솔을 이용한 pip 커맨드의 실행이 안됩니다.

```
discord.py==2.3.2
python-dotenv==1.0.0
asgiref==3.6.0
openai==1.13.3
selenium==4.9.1
g4f==0.2.7.2
g4f[all]

# requirements.txt의 예시
```

**requirements.txt** 이라는 이름의 파일로 서버가 필요한 디펜던시를 적어두면 서버 실행시 설치가 자동으로 진행됩니다.

*디펜던시 관련 문제사항 공식적인 지원이 없습니다, 일부 기능 (예시: selenium, chromedriver)는  작동이 안될수도 있습니다*.

디펜던시 설치 공간은 서버 저장공간과 달라요. 100메가 초과시 OS 오류가 표시됩니다.
