We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59799fa commit bbea305Copy full SHA for bbea305
Contributing/BuildInstructions.md
@@ -69,11 +69,11 @@ directory which will be created as a sub-directory inside your main
69
repository. It takes its instructions from `config_initialize.txt` to
70
fetch the dependencies.
71
72
-Make sure that you are using python2 for initializing and building. To
73
-check the python version being sourced you can do:
+Make sure that you are using python 2.7 for initializing and building to
+avoid any errors with building. To use python 2.7, you can do:
74
75
```sh
76
-$ python -V
+$ python2 initialize.py
77
```
78
79
3. To build a runnable component from the source dependencies, run the
0 commit comments