| ... | @@ -27,3 +27,6 @@ git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-lit |
... | @@ -27,3 +27,6 @@ git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-lit |
|
|
git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-litex/pythondata-misc-tapcfg && cd ../
|
|
git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-litex/pythondata-misc-tapcfg && cd ../
|
|
|
git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-litex/pythondata-cpu-microwatt && cd ../
|
|
git clone https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-litex/pythondata-cpu-microwatt && cd ../
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
**Install all packages**
|
|
|
|
`for d in */; do cd $d; python3 setup.py develop --user; cd ../; done` |
|
|
|
\ No newline at end of file |