zhangxunhui 4ee9a8a9bb | ||
---|---|---|
app | ||
tests | ||
.env.yaml.example | ||
.gitignore | ||
LICENSE | ||
README.md | ||
alembic.ini | ||
poetry.lock | ||
pyproject.toml |
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