Skip to content

Commit

Permalink
gh-2 added dependencies for develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbales committed May 2, 2021
1 parent 41c228a commit 274ca54
Show file tree
Hide file tree
Showing 8 changed files with 549 additions and 79 deletions.
17 changes: 16 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Loading

0 comments on commit 274ca54

Please sign in to comment.