Skip to content

Commit bbea305

Browse files
Update BuildInstructions.md
1 parent 59799fa commit bbea305

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Contributing/BuildInstructions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ directory which will be created as a sub-directory inside your main
6969
repository. It takes its instructions from `config_initialize.txt` to
7070
fetch the dependencies.
7171

72-
Make sure that you are using python2 for initializing and building. To
73-
check the python version being sourced you can do:
72+
Make sure that you are using python 2.7 for initializing and building to
73+
avoid any errors with building. To use python 2.7, you can do:
7474

7575
```sh
76-
$ python -V
76+
$ python2 initialize.py
7777
```
7878

7979
3. To build a runnable component from the source dependencies, run the

0 commit comments

Comments
 (0)