-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
104917f
commit f43d69c
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Required meta tags --> | ||
<meta charset="utf-8"/> | ||
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/> | ||
<!-- Skeleton CSS --> | ||
<link crossorigin="anonymous" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" rel="stylesheet"/> | ||
<!-- Font --> | ||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap" rel="stylesheet" type="text/css"/> | ||
<style> | ||
body { font-family: "Montserrat"; } | ||
code { | ||
font-size: 100%; | ||
display: inline-block !important; | ||
font-size: 1.4rem; } | ||
.header { | ||
margin-top: 15rem; | ||
font-size: 3.6rem; | ||
font-weight: 400; | ||
letter-spacing: -.1rem; } | ||
.text-header { | ||
text-transform: uppercase; | ||
font-size: 1.4rem; | ||
letter-spacing: .2rem; | ||
font-weight: 600; } | ||
.version { | ||
font-size: 2.3rem; | ||
font-style: italic; | ||
font-weight: 300; } | ||
.elem { margin: 1rem 0rem; } | ||
</style> | ||
<title> | ||
PyPI - Python Wheels for armv7l | ||
</title> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<section class="header"> | ||
aiohttp | ||
</section> | ||
<pre><code>pip install aiohttp --extra-index-url https://bjia56.github.io/armv7l-wheels/</code></pre> | ||
<br/> | ||
<a href="https://github.com/bjia56/armv7l-wheels/releases/download/aiohttp-3.8.5-cpython3.7/aiohttp-3.8.5-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl"> | ||
aiohttp-3.8.5-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl | ||
</a> | ||
<hr/> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters