MINOR: release-estimator: add installation steps in README.md
Update the README.md with the dependencies and the installation steps with a python venv.
This commit is contained in:
parent
9857eba3ae
commit
5131f32440
|
@ -7,6 +7,21 @@ the queue.
|
|||
## Requirements
|
||||
- Python 3.x
|
||||
- [lxml](https://lxml.de/installation.html)
|
||||
- requests
|
||||
- urllib3
|
||||
|
||||
|
||||
## Installation
|
||||
It can be easilly installed with venv from python3
|
||||
|
||||
|
||||
$ python3 -m venv ~/.local/venvs/stable-bot/
|
||||
$ source ~/.local/venvs/stable-bot/bin/activate
|
||||
$ pip install -r requirements.txt
|
||||
|
||||
And can be executed with:
|
||||
|
||||
$ ~/.local/venvs/stable-bot/bin/python release-estimator.py
|
||||
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Reference in New Issue