diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-08-22 09:59:25 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-08-22 09:59:33 +0200 |
commit | c475deec6c69d509ac828cca437e2b9502f7b0c3 (patch) | |
tree | 6a15b902569999ced894daa3eea505c3dc93d58f /README | |
parent | f40d1b78b629dfebff7598e04b8470e6942f8f58 (diff) | |
download | yosys-c475deec6c69d509ac828cca437e2b9502f7b0c3.tar.gz yosys-c475deec6c69d509ac828cca437e2b9502f7b0c3.tar.bz2 yosys-c475deec6c69d509ac828cca437e2b9502f7b0c3.zip |
Switched to Python 3
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ For example on Ubuntu Linux 14.04 LTS the following commands will install all prerequisites for building yosys: $ yosys_deps="build-essential clang bison flex libreadline-dev gawk - tcl-dev libffi-dev git mercurial graphviz xdot pkg-config python" + tcl-dev libffi-dev git mercurial graphviz xdot pkg-config python3" $ sudo apt-get install $yosys_deps There are also pre-compiled Yosys binary packages for Ubuntu and Win32 as well |