mirror of
https://github.com/netdata/netdata.git
synced 2025-04-02 20:48:06 +00:00
Add requirements.txt for dag (#16875)
This commit is contained in:
parent
9cbf6b7ae9
commit
31f0cd1a27
2 changed files with 5 additions and 2 deletions
packaging/dag
|
@ -3,9 +3,9 @@
|
|||
cd /usr/local
|
||||
curl -L https://dl.dagger.io/dagger/install.sh | sudo sh
|
||||
```
|
||||
- Install Python's Dagger SDK:
|
||||
- Install python requirements:
|
||||
```
|
||||
pip install dagger-io
|
||||
pip install -r packaging/dag/requirements.txt
|
||||
```
|
||||
|
||||
Now you can run something like this:
|
||||
|
|
3
packaging/dag/requirements.txt
Normal file
3
packaging/dag/requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
click==8.1.7
|
||||
dagger-io==0.9.7
|
||||
Jinja2==3.1.3
|
Loading…
Add table
Reference in a new issue