README: update Python minimal version to 3.6.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 28 Apr 2020 07:02:59 +0000 (09:02 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 28 Apr 2020 07:02:59 +0000 (09:02 +0200)
README.md

index 0d28a94080e3d8ae739e496dfa21331609745665..b6651b8c82bbe1d4ebfd9ed257ea49cab154053c 100644 (file)
--- 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