File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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+
96983 . 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
You can’t perform that action at this time.
0 commit comments