diff --git a/README.md b/README.md index 3328ef5..1254c54 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ to build all variations run ``` cd Seasocks -CONAN_USERNAME= CONAN_CHANNEL= python build.py +CONAN_USERNAME= CONAN_CHANNEL= python3 build.py ``` to build a specific variant run the following commands: @@ -28,7 +28,7 @@ download the SystemC distribution from http://www.accellera.org/downloads/standa ``` cd SystemC -CONAN_USERNAME= CONAN_CHANNEL= python build.py +python3 build.py ``` to build a specific variant run the following command @@ -45,7 +45,7 @@ download the SystemC distribution from http://www.accellera.org/downloads/standa ``` cd SystemCVerification -CONAN_USERNAME= CONAN_CHANNEL= python build.py +python3 build.py ``` to build a specific variant run the following command @@ -62,7 +62,7 @@ download the SystemC CCI distribution from http://www.accellera.org/downloads/st ``` cd SystemC-CCI -CONAN_USERNAME= CONAN_CHANNEL= python build.py +python3 build.py ``` to build a specific variant run the following command