added requirements.txt for easy pip install

This commit is contained in:
simon 2021-03-24 15:09:30 +07:00
parent 7f6953d6c4
commit b70f1e6cd6
2 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,8 @@ Install required none standard Python libraries:
* On Arch: `sudo pacman -S python-beautifulsoup4`
* Via Pip: `pip install beautifulsoup4`
or use `pip` to install the requirements:
`pip install -r requirements.txt`
## Run
Make sure the `config` file is setup correctly, see bellow.

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
beautifulsoup4
requests