Skip to content

Commit bcecf09

Browse files
authored
install jetson docs: add curl as dependency
1 parent 1c375e9 commit bcecf09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/install_jetson.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ sudo apt-get install libhdf5-serial-dev \
2626
gfortran \
2727
python3-pip \
2828
python3-venv \
29-
python3-tk
29+
python3-tk \
30+
curl
3031
```
3132

3233
#### Create a virtual environment

0 commit comments

Comments
 (0)