Skip to content

Commit

Permalink
make the bootstrap script importable (r=holger)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sridhar Ratnakumar committed Aug 12, 2010
1 parent b292f3d commit 6370a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Getting started
$ cd my_project/
$ ls
. .. src/ doc/ setup.py tox.ini
$ curl http://github.com/srid/tox-bootstrap/raw/master/tox-bootstrap.py -O
$ curl http://github.com/srid/tox-bootstrap/raw/master/toxbootstrap.py -O

Instead of running "tox", now you can just run "python tox-bootstrap.py" which
Instead of running "tox", now you can just run "python toxbootstrap.py" which
will take care of installing tox (if not already installed into
``.tox/toxinstall``)::

$ python tox-bootstrap.py
$ python toxbootstrap.py

ToDo
----
Expand Down
File renamed without changes.

0 comments on commit 6370a8d

Please sign in to comment.