Feature or Issue
The "Install from Source" section of the README.md is incorrect and points to the wrong repo location.
Possible Solution
Update that section to instead read:
git clone git@github.com:DAF-Digital-Transformation-Office/PySysML2.git
cd PySysML2/
pip install .
Additional Context
It may just be that I didn't have access to your specific repo location. However, every time I tried to clone from the "TrekkieByDay" location, I kept getting an error in bash stating:
ERROR: Repository not found.
fatal: Could not read from remote repository.
Feature or Issue
The "Install from Source" section of the README.md is incorrect and points to the wrong repo location.
Possible Solution
Update that section to instead read:
Additional Context
It may just be that I didn't have access to your specific repo location. However, every time I tried to clone from the "TrekkieByDay" location, I kept getting an error in bash stating: