Skip to content

Commit 29eadbe

Browse files
Update README.md on building instructions again
1 parent f9380bd commit 29eadbe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,10 @@ how the one-file method works
9191
![A picture of the Python 3.9 installer with the tcl/tk and IDLE checkbox checked](assets/1/3.png)
9292

9393
If you are building Python,
94-
[Here is a guide on building Python on Debian I found helpful.](https://linuxize.com/post/how-to-install-python-3-8-on-debian-10/)
95-
94+
[here is a guide on building Python on Debian I found helpful](https://linuxize.com/post/how-to-install-python-3-8-on-debian-10/).
95+
Before building, you may need to install a bunch of packages using `apt`:
96+
`sudo apt install libbz2-dev libgdbm-dev libgdbm-compat-dev liblzma-dev libsqlite3-dev libssl-dev uuid-dev libreadline-dev zlib1g-dev tk-dev libffi-dev`
97+
9698
3. If you are on Windows, I would also install the
9799
[Windows Terminal](https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701) while you are at it.
98100

0 commit comments

Comments
 (0)