環境構築(win&mac)

pip3 install matplotlib

pip3 install pandas

pip3 install numpy

pip3 install django

pip3 install django-allauth

pip3 install openai

pip3 install social-auth-app-django

以上のコマンド例をもとにライブラリをインストール

後は下の4と一緒

環境構築(linux)

project_install.sh

  1. 上のスクリプトファイルをダウンロード

  2. chmod +x project_install.sh のコマンドを入力して、権限を付与

  3. ./project_install.sh コマンドを入力してインストール

  4. GitLabからプル

git clone <https://gitlab.cis.iwate-u.ac.jp/2023_g02/the-project.git>

Djangoプロジェクト内の manage.py ファイルがあるディレクトリに移動し以下のコマンドを実行:

python3 manage.py runserver