Put minimum python version in README.md
This commit is contained in:
parent
4055e7c21f
commit
495ce67271
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# BitBot
|
||||
Python3 event-driven modular IRC bot!
|
||||
|
||||
## Dependencies
|
||||
[BeautifulSoup4](https://pypi.python.org/pypi/beautifulsoup4), [netifaces](https://pypi.org/project/netifaces/), [requests](https://pypi.org/project/requests/), [scrypt](https://pypi.python.org/pypi/scrypt), [suds](https://pypi.python.org/pypi/suds-jurko) and [tweepy](https://pypi.org/project/tweepy/). Use `pip3 install -r requirements.txt` to install them all at once.
|
||||
## Requirements
|
||||
Python3.6+ and [BeautifulSoup4](https://pypi.python.org/pypi/beautifulsoup4), [netifaces](https://pypi.org/project/netifaces/), [requests](https://pypi.org/project/requests/), [scrypt](https://pypi.python.org/pypi/scrypt), [suds](https://pypi.python.org/pypi/suds-jurko) and [tweepy](https://pypi.org/project/tweepy/). Use `pip3 install -r requirements.txt` to install them all at once.
|
||||
|
||||
## Setup
|
||||
See [docs/help/setup.md](docs/help/setup.md).
|
||||
|
|
Loading…
Reference in a new issue