Skip to content

Commit f6c00b3

Browse files
author
Tim Schneider
committed
Added missing numpy installation command when installing wheels in README
1 parent 36a0191 commit f6c00b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ They can be installed via
108108
VERSION=0-9-2
109109
wget https://github.com/TimSchneider42/franky/releases/latest/download/libfranka_${VERSION}_wheels.zip
110110
unzip libfranka_${VERSION}_wheels.zip
111+
pip install numpy
111112
pip install --no-index --find-links=./dist franky-panda
112113
```
113114

0 commit comments

Comments
 (0)