Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install From Source Installation Correction #1

Open
BananaBonanza opened this issue Nov 11, 2024 · 1 comment
Open

Install From Source Installation Correction #1

BananaBonanza opened this issue Nov 11, 2024 · 1 comment
Assignees

Comments

@BananaBonanza
Copy link

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 [email protected]: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.
@j-simmons-phd
Copy link

I modified the clone repo step to be the following:

git clone https://github.com/DAF-Digital-Transformation-Office/PySysML2.git.

This modification addresses both the new repo location under the DTO and allows for cloning without having git set up to use github.

One other note, for full functionality, PySysML2 appears to require Graphviz be installed as a prerequisite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants