Skip to content

Commit 10a2aa5

Browse files
committed
Update style used for list of MSYS2 packages that need to be manually downloaded
1 parent e2409e1 commit 10a2aa5

1 file changed

Lines changed: 38 additions & 16 deletions

File tree

src/murfey/templates/bootstrap.html

Lines changed: 38 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -95,22 +95,44 @@ <h4>Downgrading Python packages</h4>
9595
tested Murfey with. For now, we downgrade to Python 3.12.12, which is known to
9696
work with Murfey. To do so, download the following packages:
9797
</p>
98-
<pre
99-
style="font-family: Consolas, Monaco, &quot;Lucida Console&quot;, monospace"
100-
>
101-
<a href="{{ proxy_path }}/msys2/repo/mingw/ucrt64/mingw-w64-ucrt-x86_64-python-3.12.12-1-any.pkg.tar.zst"
102-
>mingw-w64-ucrt-x86_64-python-3.12.12-1-any.pkg.tar.zst</a
103-
>
104-
<a href="{{ proxy_path }}/msys2/repo/mingw/ucrt64/mingw-w64-ucrt-x86_64-python-distlib-0.4.0-2-any.pkg.tar.zst"
105-
>mingw-w64-ucrt-x86_64-python-distlib-0.4.0-2-any.pkg.tar.zst</a
106-
>
107-
<a href="{{ proxy_path }}/msys2/repo/mingw/ucrt64/mingw-w64-ucrt-x86_64-python-pip-25.3-2-any.pkg.tar.zst"
108-
>mingw-w64-ucrt-x86_64-python-pip-25.3-2-any.pkg.tar.zst</a
109-
>
110-
<a href="{{ proxy_path }}/msys2/repo/mingw/ucrt64/mingw-w64-ucrt-x86_64-python-setuptools-80.9.0-2-any.pkg.tar.zst"
111-
>mingw-w64-ucrt-x86_64-python-setuptools-80.9.0-2-any.pkg.tar.zst</a
112-
>
113-
</pre>
98+
<ul>
99+
<li>
100+
<a
101+
href="{{ proxy_path }}/msys2/repo/mingw/ucrt64/mingw-w64-ucrt-x86_64-python-3.12.12-1-any.pkg.tar.zst"
102+
style="
103+
font-family: Consolas, Monaco, &quot;Lucida Console&quot;, monospace;
104+
"
105+
>mingw-w64-ucrt-x86_64-python-3.12.12-1-any.pkg.tar.zst</a
106+
>
107+
</li>
108+
<li>
109+
<a
110+
href="{{ proxy_path }}/msys2/repo/mingw/ucrt64/mingw-w64-ucrt-x86_64-python-distlib-0.4.0-2-any.pkg.tar.zst"
111+
style="
112+
font-family: Consolas, Monaco, &quot;Lucida Console&quot;, monospace;
113+
"
114+
>mingw-w64-ucrt-x86_64-python-distlib-0.4.0-2-any.pkg.tar.zst</a
115+
>
116+
</li>
117+
<li>
118+
<a
119+
href="{{ proxy_path }}/msys2/repo/mingw/ucrt64/mingw-w64-ucrt-x86_64-python-pip-25.3-2-any.pkg.tar.zst"
120+
style="
121+
font-family: Consolas, Monaco, &quot;Lucida Console&quot;, monospace;
122+
"
123+
>mingw-w64-ucrt-x86_64-python-pip-25.3-2-any.pkg.tar.zst</a
124+
>
125+
</li>
126+
<li>
127+
<a
128+
href="{{ proxy_path }}/msys2/repo/mingw/ucrt64/mingw-w64-ucrt-x86_64-python-setuptools-80.9.0-2-any.pkg.tar.zst"
129+
style="
130+
font-family: Consolas, Monaco, &quot;Lucida Console&quot;, monospace;
131+
"
132+
>mingw-w64-ucrt-x86_64-python-setuptools-80.9.0-2-any.pkg.tar.zst</a
133+
>
134+
</li>
135+
</ul>
114136
<p>
115137
These files will be placed in your account's Downloads folder by default, and
116138
can then be installed using the following command:

0 commit comments

Comments
 (0)