|
5 | 5 | Filezen
|
6 | 6 | =======
|
7 | 7 |
|
8 |
| -|readthedocs.org| |license| |build| |
| 8 | +|pypi| |readthedocs.org| |license| |build| |
9 | 9 |
|
10 | 10 | *An Intelligent file organizer module which reads your file storing pattern & move
|
11 | 11 | the cluttered files accordingly!*
|
@@ -51,16 +51,16 @@ Installation
|
51 | 51 | ------------
|
52 | 52 | `[back to top] <https://github.com/ab-anand/Filezen#filezen>`__
|
53 | 53 |
|
54 |
| -Option 1: installing through `pip <https://test.pypi.org/project/Filezen>`__ (Recommended) |
| 54 | +Option 1: installing through `pip <https://pypi.org/project/Filezen/>`__ (Recommended) |
55 | 55 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
56 | 56 |
|
57 |
| -`pypi package link <https://test.pypi.org/project/Filezen>`__ |
| 57 | +`pypi package link <https://pypi.org/project/Filezen/>`__ |
58 | 58 |
|
59 |
| -``$ pip install -i https://test.pypi.org/simple/ Filezen`` |
| 59 | +``$ pip install Filezen`` |
60 | 60 |
|
61 | 61 | If you are behind a proxy
|
62 | 62 |
|
63 |
| -``$ pip --proxy [username:password@]domain_name:port install -i https://test.pypi.org/simple/ Filezen`` |
| 63 | +``$ pip --proxy [username:password@]domain_name:port install -i https://pypi.org/project/Filezen/`` |
64 | 64 |
|
65 | 65 | **Note:** If you get ``command not found`` then
|
66 | 66 | ``$ sudo apt-get install python-pip`` should fix that
|
@@ -198,5 +198,6 @@ Built with ♥ by `Abhinav Anand <https://github.com/ab-anand/>`__ under the `MI
|
198 | 198 | :target: https://github.com/ab-anand/FileZen/blob/master/LICENSE
|
199 | 199 | .. |build| image:: https://travis-ci.com/ab-anand/Filezen.svg?branch=master
|
200 | 200 | :target: https://github.com/ab-anand/FileZen
|
201 |
| - |
| 201 | +.. |pypi| image:: https://img.shields.io/pypi/pyversions/Filezen |
| 202 | + :target: https://pypi.org/project/Filezen/ |
202 | 203 |
|
0 commit comments