Skip to content

Commit 4c0c9c9

Browse files
committed
Python dir instructions
Former-commit-id: 7c83ac71b89fb0e3d31a93044243f7d26764b70f [formerly f8ddcef903c5f2eb5649a517ab9078707697c786] [formerly f2e97dde3f6f276c86746cf000ae8f2e4dbaebdf [formerly 6a64cbc8d0760ec2353931954ec54c11e045365a]] [formerly e2c98a536c92a84d235a3b13783324fa93115c5c [formerly da71190bc6befa553158994000e28a5746a0ef98] [formerly c7ba5559dfd7024ea1913bd74e0f8fb44bc60ac6 [formerly d7aef8cd05f405bd5fe1d0293701a143f7804efa]]] Former-commit-id: 3bd2aa58c3d77e414e22aac271687c3a06e9b5dc [formerly bc063d66b345c4e2b38a3535c68f56d0cd881c73] [formerly b9725f00a1f3cd463e19d889fa8be30d54329576 [formerly 2d5bf1e3c3db9e002c8ac61224135e0e6f149031]] Former-commit-id: c8a1505684acb0cfc5acdd15ab48815e89cb37cb [formerly 1e9ed326cfedd4ea33431d5634b5722bb37a00e0] Former-commit-id: 32e0e74927a55c92c2b9de2790db760044727568 Former-commit-id: 3f0a134
1 parent b879d24 commit 4c0c9c9

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

python/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Python 3 embeddables for Windows, Linux, MacOS and Android
2+
================
3+
4+
These Python builds are provided by the [python3-embeddable](https://github.com/lmbelo/python3-embeddable) project.
5+
6+
Notes
7+
------------
8+
Android requires the executables to be deployed with the app bundle and must follow the lib__.so naming convention.
9+
MacOS requires the executables to be deployed with the app bundle.
10+
11+
Tips
12+
------------
13+
1) Download the Python embeddables artifacts generated by the [CI](https://github.com/lmbelo/python3-embeddable/actions), then run the "extract_deliverables.py" script to extract the required files and create the folder structure;
14+
2) Run the "provide_deliverables.py" script to create the Delphi code that generates the deployment automation. A new file called "deliverables_cmds.txt" will be created. Copy it into PyEnvironment.Project.IDE.Deploy.TPyEnvironmentProjectDeploy.Create;
15+
3) Run the "generate_rc.py" script to generate the .rc files and create the folder structure. Copy it under resources. Remove all them from the Delphi project and add the new ones.

0 commit comments

Comments
 (0)