Correct minimum Python version in setup instructions
This commit is contained in:
parent
c28a58e175
commit
3213ac028c
2
SETUP.md
2
SETUP.md
|
@ -8,7 +8,7 @@
|
||||||
These instructions describe how to install and run the bridge manually from a clone of this repository.
|
These instructions describe how to install and run the bridge manually from a clone of this repository.
|
||||||
|
|
||||||
## Minimum requirements
|
## Minimum requirements
|
||||||
* Python 3.7
|
* Python 3.8
|
||||||
* Node 16.13 (not yet tested with earlier versions)
|
* Node 16.13 (not yet tested with earlier versions)
|
||||||
* postgresql 11 or sqlite3
|
* postgresql 11 or sqlite3
|
||||||
* A KakaoTalk account on a smartphone (Android or iOS)
|
* A KakaoTalk account on a smartphone (Android or iOS)
|
||||||
|
|
Loading…
Reference in New Issue