diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2017-10-07 12:57:35 +0300 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2018-07-17 15:02:49 +0300 |
| commit | f06d40071992978e6d1df8eb2d10b5ed23e50e4a (patch) | |
| tree | 8ebe4c19870cbeaa8bf48be2afdac845d2fb4376 /docs | |
| parent | 749faff966a00d9045cf55630548b62a84287c11 (diff) | |
| download | wheel-git-f06d40071992978e6d1df8eb2d10b5ed23e50e4a.tar.gz | |
Modified the installing section to respect the 79 column limit
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/installing.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/installing.rst b/docs/installing.rst index d616608..53a0f5d 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -5,10 +5,11 @@ You can use pip_ to install wheel:: pip install wheel -If you do not have pip_ installed, see its documentation for `installation instructions`_. +If you do not have pip_ installed, see its documentation for +`installation instructions`_. -If you prefer using your system package manager to install Python packages, you can typically -find the wheel package under one of the following package names: +If you prefer using your system package manager to install Python packages, you +can typically find the wheel package under one of the following package names: * python-wheel * python2-wheel @@ -20,5 +21,5 @@ find the wheel package under one of the following package names: Python and OS Compatibility --------------------------- -wheel should work on any Python implementation and operating system and is compatible with Python -version 2.7 and upwards of 3.4. +wheel should work on any Python implementation and operating system and is +compatible with Python version 2.7 and upwards of 3.4. |
