Add version and download badges to README
This commit is contained in:
		
							parent
							
								
									35c7e6d6b5
								
							
						
					
					
						commit
						238a7fc09c
					
				
							
								
								
									
										15
									
								
								README.md
								
								
								
								
							
							
						
						
									
										15
									
								
								README.md
								
								
								
								
							|  | @ -2,6 +2,9 @@ | ||||||
| 
 | 
 | ||||||
| Command line interface for testing internet bandwidth using speedtest.net | Command line interface for testing internet bandwidth using speedtest.net | ||||||
| 
 | 
 | ||||||
|  | [](https://crate.io/package/speedtest-cli) | ||||||
|  | [](https://crate.io/package/speedtest-cli) | ||||||
|  | 
 | ||||||
| ## Versions | ## Versions | ||||||
| 
 | 
 | ||||||
| speedtest-cli works with Python 2.4-3.3 | speedtest-cli works with Python 2.4-3.3 | ||||||
|  | @ -10,15 +13,21 @@ speedtest-cli works with Python 2.4-3.3 | ||||||
| 
 | 
 | ||||||
| ### pip / easy_install | ### pip / easy_install | ||||||
| 
 | 
 | ||||||
| `pip install speedtest-cli` | ```shell | ||||||
|  | pip install speedtest-cli | ||||||
|  | ``` | ||||||
| 
 | 
 | ||||||
| or | or | ||||||
| 
 | 
 | ||||||
| `easy_install speedtest-cli` | ```shell | ||||||
|  | easy_install speedtest-cli | ||||||
|  | ``` | ||||||
| 
 | 
 | ||||||
| ### Github | ### Github | ||||||
| 
 | 
 | ||||||
| `pip install git+https://github.com/sivel/speedtest-cli.git` | ```shell | ||||||
|  | pip install git+https://github.com/sivel/speedtest-cli.git | ||||||
|  | ``` | ||||||
| 
 | 
 | ||||||
| or | or | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										17
									
								
								README.rst
								
								
								
								
							
							
						
						
									
										17
									
								
								README.rst
								
								
								
								
							|  | @ -4,6 +4,9 @@ speedtest-cli | ||||||
| Command line interface for testing internet bandwidth using | Command line interface for testing internet bandwidth using | ||||||
| speedtest.net | speedtest.net | ||||||
| 
 | 
 | ||||||
|  | `|Version| <https://crate.io/package/speedtest-cli>`_ | ||||||
|  | `|Downloads| <https://crate.io/package/speedtest-cli>`_ | ||||||
|  | 
 | ||||||
| Versions | Versions | ||||||
| -------- | -------- | ||||||
| 
 | 
 | ||||||
|  | @ -15,16 +18,22 @@ Installation | ||||||
| pip / easy\_install | pip / easy\_install | ||||||
| ~~~~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~~~~~~ | ||||||
| 
 | 
 | ||||||
| ``pip install speedtest-cli`` | :: | ||||||
|  | 
 | ||||||
|  |     pip install speedtest-cli | ||||||
| 
 | 
 | ||||||
| or | or | ||||||
| 
 | 
 | ||||||
| ``easy_install speedtest-cli`` | :: | ||||||
|  | 
 | ||||||
|  |     easy_install speedtest-cli | ||||||
| 
 | 
 | ||||||
| Github | Github | ||||||
| ~~~~~~ | ~~~~~~ | ||||||
| 
 | 
 | ||||||
| ``pip install git+https://github.com/sivel/speedtest-cli.git`` | :: | ||||||
|  | 
 | ||||||
|  |     pip install git+https://github.com/sivel/speedtest-cli.git | ||||||
| 
 | 
 | ||||||
| or | or | ||||||
| 
 | 
 | ||||||
|  | @ -70,3 +79,5 @@ Usage | ||||||
|       --server SERVER  Specify a server ID to test against |       --server SERVER  Specify a server ID to test against | ||||||
|       --mini MINI      URL of the Speedtest Mini server |       --mini MINI      URL of the Speedtest Mini server | ||||||
| 
 | 
 | ||||||
|  | .. |Version| image:: https://pypip.in/v/speedtest-cli/badge.png | ||||||
|  | .. |Downloads| image:: https://pypip.in/d/speedtest-cli/badge.png | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue