From 0fc33e30ff1abb4941325b7e4e37900dfdee2e8c Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Sat, 28 Sep 2019 21:59:13 -0500 Subject: [PATCH] change readme python version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81ed7cbf..91cbf8f2 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ The following applies to Ubuntu Bionic. Other distros may have different package `$ sudo apt install python3-pip python3-dev tor` -* Have python3.6+, python3-pip, Tor (daemon, not browser) installed. python3-dev is recommended. +* Have python3.7+, python3-pip, Tor (daemon, not browser) installed. python3-dev is recommended. * Clone the git repo: `$ git clone https://gitlab.com/beardog/onionr` * cd into install direction: `$ cd onionr/` * Install the Python dependencies ([virtualenv strongly recommended](https://virtualenv.pypa.io/en/stable/userguide/)): `$ pip3 install --require-hashes -r requirements.txt`