We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebe7fd commit 7abb063Copy full SHA for 7abb063
2 files changed
README.md
@@ -0,0 +1,16 @@
1
+zipip - The Python Package Installer, but with aria2
2
+==================================
3
+
4
5
+zipip is just pip, but uses aria2c to download `.whl` files much faster.
6
7
+## Installation
8
+>`
9
+pip install zipip
10
+`
11
12
+## Usage
13
+ Just add zi to the start of your pip command and let zipip work it's magic <br>
14
+ >`
15
+zipip install tensorflow
16
+ `
README.rst
0 commit comments