Skip to content

Commit b50e99f

Browse files
committed
Add python3-setuptools to apt-get install (for sqlite3 install)
1 parent 3374f07 commit b50e99f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ xyOps contains some compiled binary dependencies (namely [sqlite3](https://npmjs
4545
For Debian (Ubuntu) OSes:
4646

4747
```sh
48-
apt-get install build-essential
48+
apt-get install build-essential python3-setuptools
4949
```
5050

5151
For RedHat (Fedora / CentOS):

0 commit comments

Comments
 (0)