Skip to content

Instantly share code, notes, and snippets.

@hwahyang1
Created February 10, 2020 13:31
Show Gist options
  • Save hwahyang1/8843f87bcc292af896ece95629d18a4f to your computer and use it in GitHub Desktop.
Save hwahyang1/8843f87bcc292af896ece95629d18a4f to your computer and use it in GitHub Desktop.
: Python에서 모듈을 깔아주는 pip를 최신 버전으로 올려줍니다.
python -m pip install --upgrade pip
: Discord.py 모듈을 깔아줍니다.
python -m pip install discord
: Windows를 사용 중 이면, 좀 더 짧은 명령어가 사용 가능합니다.
pip install discord
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment