-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
549 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,19 @@ This intellectual work is Copyright (C) 2021 Bjorn Cole. It is licensed under GP | |
|
||
Forking the code is welcome, as is creating derivative work for SysML v2 semantic interpretation. In order to contribute to this repository, please contact Bjorn at [email protected]. | ||
|
||
Pull requests are the preferred method of code modification submission. | ||
Pull requests are the preferred method of code modification submission. | ||
|
||
# Getting Setup | ||
|
||
Update submodules and install the packages in editable mode by running the setup | ||
command: | ||
|
||
`anaconda-project run setup` | ||
|
||
# Run the code linters: | ||
|
||
`anaconda-project run lint` | ||
|
||
# Run the tests: | ||
|
||
`anaconda-project run test` |
Oops, something went wrong.