Replies: 1 comment
-
You'll need to either turn those into packages or ship a distribution that already has what you want installed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build two standalone commands. vatkins.py and bletchley.py both use utils.py and are all located in the same directory. There is one external module that will be included in the package. Everything will be placed in a virtual environment.
As far as I can tell from the docs, I give pyapp the command name and requirements.txt file. The usual advice for starting the requirements.txt file is "pip3 freeze," but that seems to build a list of every Python file system. Is that necessary?
Beta Was this translation helpful? Give feedback.
All reactions