作業フォルダを作成する
mkdir <ディレクトリ名>
cd <ディレクトリ名>
githubからコードを落とす
git clone https://github.com/pancake-squad/among.git
WindowsならSourcetreeを使ったほうが楽かも
python仮想環境を構築する
python -m venv .venv
仮想環境を有効にする
以前のスレッドにて
Linux
Windows
必要なものをインストールする
python -m pip install -r requirements.txt
必要であれば最新のDiscord.pyを落としてインストールすること
README.md を見てください