release: 0.4.0
This commit is contained in:
@ -26,7 +26,7 @@ but editable installs (see below).
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
$ pip install git+https://github.com/python-bonobo/bonobo.git@0.3#egg=bonobo
|
||||
$ pip install git+https://github.com/python-bonobo/bonobo.git@master#egg=bonobo
|
||||
|
||||
Editable install
|
||||
::::::::::::::::
|
||||
@ -37,7 +37,7 @@ python interpreter.
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
$ pip install --editable git+https://github.com/python-bonobo/bonobo.git@0.3#egg=bonobo
|
||||
$ pip install --editable git+https://github.com/python-bonobo/bonobo.git@master#egg=bonobo
|
||||
|
||||
.. note:: You can also use the `-e` flag instead of the long version.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user