flet-dev / serious-python

Python runtime for Flutter apps
Apache License 2.0
212 stars 22 forks source link

Virtual Environments #40

Closed tnghieu closed 1 year ago

tnghieu commented 1 year ago

When running ... dart run serious_python:main package app/src ... does this install all packages from requirements.txt in a self-contained manner?

I'm used to creating a virtual environment and then installing the requirements in that environment before running my Flask apps. I would like a similar controlled-environment behavior when running this Flask app using serious-python.

FeodorFitsner commented 1 year ago

Yes, it downloads Python 3.11.6 distro from GitHub and installs packages to a target directory. Are you observing a different behavior?