Skip to content

Commit

Permalink
deploy: 0850f73
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjh committed Jul 7, 2024
1 parent 19cde23 commit 71407a8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified docs/.doctrees/cli.doctree
Binary file not shown.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/introduction.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2>Getting Started<a class="headerlink" href="#getting-started" title="Permalin
<p>Prepare a <code class="docutils literal notranslate"><span class="pre">requirements.txt</span></code> file with the packages that you want to install as part of a flatpak build.
You need to specify exact versions for all the packages including their dependencies.
(Various tools exist to help creating such a requirements file with fully resolved dependencies and frozen package versions;
For example, you can use
for example, you can use
<a class="reference external" href="https://pypi.org/project/pip-tools/">pip-compile</a> or
<a class="reference external" href="https://pypi.org/project/poetry-plugin-export/">poetry export</a> to export a suitable <code class="docutils literal notranslate"><span class="pre">requirements.txt</span></code> file).</p>
<p>Run req2flatpak.
Expand Down

0 comments on commit 71407a8

Please sign in to comment.