mirror of https://github.com/mahmoud/boltons.git
fix numbering
This commit is contained in:
parent
38ffbf115b
commit
690dff1e77
|
@ -21,9 +21,9 @@ Usage
|
|||
|
||||
Boltons can be used in a couple ways.
|
||||
|
||||
1. Install the boltons package using ``pip`` or ``easy_install``.
|
||||
2. Copy the whole boltons package into your project.
|
||||
2. Copy just the ``utils.py`` module that your package needs.
|
||||
1. Install the boltons package using ``pip`` or ``easy_install``.
|
||||
2. Copy the whole boltons package into your project.
|
||||
3. Copy just the ``utils.py`` module that your package needs.
|
||||
|
||||
The boltons package depends on no packages, making it easy for
|
||||
inclusion into a project. Furthermore, most individual modules have
|
||||
|
|
Loading…
Reference in New Issue