Skip to content
Snippets Groups Projects
Commit 6cb15584 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Updates README and recipes

parent e269bd90
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ interpreter
The name of a script to generate that allows access to a Python interpreter
that has the path set based on the eggs installed. If you don't specify
anything, the default value ``python`` will be used.
extra-paths
Extra paths to be appended in a generated script. To prepend, using the
``prefixes`` entry.
......@@ -159,3 +159,7 @@ nose
sphinx
This recipe generates only the Sphinx documentation generator applications.
Extra options considered: none.
gdbpy
This recipe generates a gdb launcher using the python interpreter so you can
start your scripts directly typing ``gdbpy myscript.py``.
......@@ -31,6 +31,7 @@ setup(
'develop = xbob.buildout.develop:Recipe',
'scripts = xbob.buildout.scripts:Recipe',
'python = xbob.buildout.scripts:PythonInterpreter',
'gdbpy = xbob.buildout.scripts:GdbPythonInterpreter',
'ipython = xbob.buildout.scripts:IPythonInterpreter',
'nose = xbob.buildout.scripts:NoseTests',
'sphinx = xbob.buildout.scripts:Sphinx',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment