It removes the image formatting error on line 3 (because the image does not exist).
It also adds a section to the quick start guide which explains to specify to use python3 during installation (as it can't be installed using python2).
How was it tested?
The installation was tested on my local machine which has both python2 and python3 installed.
The two commands I have added to the documentation worked.
Submissions guide:
[ X] Have you made corresponding changes to the documentation?
[X] Your submission doesn't break any existing feature.
[ ] Have you lint your code locally prior to submission?
What is the change?
This is a change to the README.md documentation.
What does it fix/add?
It removes the image formatting error on line 3 (because the image does not exist). It also adds a section to the quick start guide which explains to specify to use python3 during installation (as it can't be installed using python2).
How was it tested?
The installation was tested on my local machine which has both python2 and python3 installed. The two commands I have added to the documentation worked.
Submissions guide:
Screenshots (if appropriate):
N/A