11.2
11.2-rc1
11.3
11.3-rc1
bdubbs/gcc13
multilib
trunk
xry111/arm64
xry111/clfs-ng
xry111/glibc-2.37
xry111/kcfg-revise
xry111/pip3
xry111/queue-11.3
xry111/rust-wip-20221008
Last change
on this file since 3094b8c was 3094b8c, checked in by Bruce Dubbs <bdubbs@…>, 10 months ago |
Tweak pip3 instructions
|
-
Property mode
set to
100644
|
File size:
1.8 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../general.ent">
|
---|
5 | %general-entities;
|
---|
6 | ]>
|
---|
7 |
|
---|
8 | <sect1 id="ch-system-jinja2" role="wrap" revision="systemd">
|
---|
9 | <?dbhtml filename="jinja2.html"?>
|
---|
10 |
|
---|
11 | <sect1info condition="script">
|
---|
12 | <productname>jinja2</productname>
|
---|
13 | <productnumber>&jinja2-version;</productnumber>
|
---|
14 | <address>&jinja2-url;</address>
|
---|
15 | </sect1info>
|
---|
16 |
|
---|
17 | <title>Jinja2-&jinja2-version;</title>
|
---|
18 |
|
---|
19 | <indexterm zone="ch-system-jinja2">
|
---|
20 | <primary sortas="a-jinja2">Jinja2</primary>
|
---|
21 | </indexterm>
|
---|
22 |
|
---|
23 | <sect2 role="package">
|
---|
24 | <title/>
|
---|
25 |
|
---|
26 | <para>Jinja2 is a Python module that implements a simple pythonic template
|
---|
27 | language.</para>
|
---|
28 |
|
---|
29 | <segmentedlist>
|
---|
30 | <segtitle>&buildtime;</segtitle>
|
---|
31 | <segtitle>&diskspace;</segtitle>
|
---|
32 | <seglistitem>
|
---|
33 | <seg>&jinja2-fin-sbu;</seg>
|
---|
34 | <seg>&jinja2-fin-du;</seg>
|
---|
35 | </seglistitem>
|
---|
36 | </segmentedlist>
|
---|
37 |
|
---|
38 | </sect2>
|
---|
39 |
|
---|
40 | <sect2 role="installation">
|
---|
41 | <title>Installation of Jinja2</title>
|
---|
42 |
|
---|
43 | <para>Build the package:</para>
|
---|
44 |
|
---|
45 | <screen><userinput remap="install">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
|
---|
46 |
|
---|
47 | <para>Install the package:</para>
|
---|
48 |
|
---|
49 | <screen><userinput remap="install">pip3 install --no-index --no-user --find-links dist Jinja2</userinput></screen>
|
---|
50 |
|
---|
51 | </sect2>
|
---|
52 |
|
---|
53 | <sect2 id="contents-jinja2" role="content">
|
---|
54 | <title>Contents of Jinja2</title>
|
---|
55 |
|
---|
56 | <segmentedlist>
|
---|
57 | <segtitle>Installed directory</segtitle>
|
---|
58 |
|
---|
59 | <seglistitem>
|
---|
60 | <seg>
|
---|
61 | /usr/lib/python&python-minor;/site-packages/Jinja2-&jinja2-version;.dist-info
|
---|
62 | </seg>
|
---|
63 | </seglistitem>
|
---|
64 | </segmentedlist>
|
---|
65 |
|
---|
66 | </sect2>
|
---|
67 |
|
---|
68 | </sect1>
|
---|
69 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.