Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Process for building commands using multiple files that don't need installation #69

Unanswered
alsoeric asked this question in Q&A
Discussion options

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?

You must be logged in to vote

Replies: 1 comment

Comment options

You'll need to either turn those into packages or ship a distribution that already has what you want installed.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants

AltStyle によって変換されたページ (->オリジナル) /