README: update Python minimal version to 3.6.

This commit is contained in:
Florent Kermarrec 2020-04-28 09:02:59 +02:00
parent ff61b1f6fa
commit 1b06926882
1 changed files with 1 additions and 1 deletions

View File

@ -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