Skip to content

Commit 3d16fd3

Browse files
committed
docs: install python3-dev
1 parent 64e9d84 commit 3d16fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ all: dirhtml
2525
.PHONY: setupenv
2626
setupenv:
2727
pip install -q poetry
28-
sudo apt-get install gcc python-dev libev4 libev-dev
28+
sudo apt-get install gcc python3-dev libev4 libev-dev
2929

3030
.PHONY: setup
3131
setup:

0 commit comments

Comments
 (0)