From 1b069268822d2041f0051a0f3a2cb26e952c5271 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 28 Apr 2020 09:02:59 +0200 Subject: [PATCH] README: update Python minimal version to 3.6. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d28a940..b6651b8c 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Provides definitions/modules to build cores (bus, bank, flow), cores and tools t Provides platforms and targets for the supported boards. All Migen's platforms can also be used in LiteX. The boards present in the LiteX repository are the official ones that are used for development/CI. More boards are available at: https://github.com/litex-hub/litex-boards # Quick start guide -1. Install Python 3.5+ and FPGA vendor's development tools and/or [Verilator](http://www.veripool.org/). +1. Install Python 3.6+ and FPGA vendor's development tools and/or [Verilator](http://www.veripool.org/). 2. Install Migen/LiteX and the LiteX's cores: ```sh -- 2.30.2