You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,20 @@ WIP
44
44
45
45
# Development
46
46
47
+
## Requirements
48
+
49
+
To start, most of this package is a normal Python package. The main different thing is the static analysis tool that uses both git submodules and c code
50
+
51
+
Before installing, one should pull the submodules with
52
+
53
+
```
54
+
git submodule update --init
55
+
```
56
+
57
+
The c code shouldn't require anything on most places, but it might ask you to install compilers and stuff. Most of the times you can find the instructions online given the error messsage
58
+
59
+
## Guidelines
60
+
47
61
There are a few guidelines when developing in this systems. We have a few notable folders:
48
62
49
63
1.`commands` - It's the folder that interacts with the caller. This is where the commands themselves should live. They are not meant to do heavy lifting. They only do wiring, which is mostly parsing the input parameters
0 commit comments