diff options
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. |
