Go to file
zhangxunhui 4ee9a8a9bb change configuration of env.yaml 2021-08-20 09:19:37 +08:00
app change port to read configuration 2021-08-19 16:26:23 +08:00
tests add test service 2021-08-19 10:13:28 +08:00
.env.yaml.example change configuration of env.yaml 2021-08-20 09:19:37 +08:00
.gitignore update .gitignore 2021-08-18 23:15:31 +08:00
LICENSE Initial commit 2021-08-12 14:58:19 +08:00
README.md modify part of README.md 2021-08-19 17:15:05 +08:00
alembic.ini add alembic initialization and add two tables 2021-08-14 13:39:23 +08:00
poetry.lock add packages for training 2021-08-17 14:13:39 +08:00
pyproject.toml add packages for training 2021-08-17 14:13:39 +08:00

README.md

Installation

environment installation

  • install poetry if it's not in your environment (see python-poerty/poerty)
  • use pyenv or conda to create a virtual environment of python version=3.8 (env name=pr-decision-bot, we will use this environment name in the following text)
git clone https://github.com/PR-bots/PR-decision-bot.git
cd PR-decision-bot
conda activate pr-decision-bot
poetry install
poetry shell