codeproject / CodeProject.AI-Server

CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
Other
574 stars 136 forks source link

python environment creation question #56

Closed MaksymTymkovych closed 10 months ago

MaksymTymkovych commented 11 months ago

Hello, thank you for a very interesting project.

When analyzing the project, namely the installation scripts, it is clear from the code that the Windows installation uses Python from the archive (here - https://codeproject-ai.s3.ca-central-1.amazonaws.com/sense/installer/dev/python39.zip ).

But this Python build is very special, it includes pip, venv, etc.

Can you explain how you managed to create such an python build? (What are the main steps in creating it).

Thank you!

MaksymTymkovych commented 10 months ago

Done.