From c035045bae5066034d71f6d7f09b8d23efdae146 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sun, 14 Mar 2021 12:16:08 +0100 Subject: [PATCH] small type fix in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7dc2d1..8941b02 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ articel under https://blog.ducthinh.net/gcc-no-such-file-python-h. python3 -m venv pysysc-env # and avtivate it . pysysc-env/bin/activate -# install needed packages +# update pip to mekae sure we have the newest version python3 -m pip install --upgrade pip # install wheel package python3 -m pip install wheel -# install cppyy, C++ std version needs to match the version used to build the SystemC library +# install cppyy, C++ std version needs to match the version used when building the SystemC library STDCXX=11 python3 -m pip install cppyy # clone of PySysC git clone https://git.minres.com/SystemC/PySysC.git