|
|
|
|
|
by ahgamut
957 days ago
|
|
The "/zip/" folder refers to the ZIP store inside the actually portable executable -- you can run `unzip -vl ./python` to see what's inside. Also, to add new pure-python packages, you just need to unzip them into a local folder "./Lib", and add that folder to the APE. |
|