mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Dev guide update
This commit is contained in:
parent
cea22345ea
commit
4dd33a6be0
1 changed files with 4 additions and 2 deletions
|
|
@ -52,14 +52,16 @@ To do a local build, you need to...
|
||||||
- Build containers
|
- Build containers
|
||||||
|
|
||||||
```
|
```
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
- If you changed anything which affects command line stuff (which maybe
|
- If you changed anything which affects command line stuff (which maybe
|
||||||
you could do if you changed schemas), then
|
you could do if you changed schemas), then
|
||||||
|
|
||||||
make packages
|
```
|
||||||
|
make packages
|
||||||
|
```
|
||||||
|
|
||||||
That puts Python packages in dist/ You then need to install some or
|
That puts Python packages in dist/ You then need to install some or
|
||||||
all of those packages. Typically you only need -base and -cli to
|
all of those packages. Typically you only need -base and -cli to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue