From: Florent Kermarrec Date: Tue, 28 Apr 2020 07:02:59 +0000 (+0200) Subject: README: update Python minimal version to 3.6. X-Git-Tag: 24jan2021_ls180~422 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b069268822d2041f0051a0f3a2cb26e952c5271;p=litex.git README: update Python minimal version to 3.6. --- 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