small type fix in README.md

This commit is contained in:
Eyck Jentzsch 2021-03-14 12:16:08 +01:00
parent 0672081c61
commit c035045bae
1 changed files with 2 additions and 2 deletions

View File

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