Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
#17735 update installation documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Monteil committed Feb 5, 2015
1 parent 3640950 commit 6aead48
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions src/sage/misc/dev_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def module_names_cmp(x,y):

def runsnake(command):
"""
Graphical profiling with ``runsnake``
Graphical profiling with ``RunSnakeRun``
INPUT:
Expand All @@ -50,23 +50,18 @@ def runsnake(command):
4
9
:func:`runsnake` requires the program ``runsnake``. Due to non
trivial dependencies (python-wxgtk, ...), installing it within the
Sage distribution is unpractical. Hence, we recommend installing
it with the system wide Python. On Ubuntu 10.10, this can be done
with::
:func:`runsnake` requires the program ``RunSnakeRun``. Due to non trivial
dependencies (wxPython, ...), installing it within the Sage distribution is
unpractical. Hence, we recommend installing it system wide. On
Debian/Ubuntu, just install the ``runsnakerun`` package. See `the
RunSnakeRun website`_ for installation instructions for other platforms.
> sudo apt-get install python-profiler python-wxgtk2.8 python-setuptools
> sudo easy_install RunSnakeRun
See the ``runsnake`` website for instructions for other platforms.
:func:`runsnake` further assumes that the system wide Python is
installed in ``/usr/bin/python``.
:func:`runsnake` further assumes that the system wide Python is installed
in ``/usr/bin/python``.
.. seealso::
- `The runsnake website <http://www.vrplumber.com/programming/runsnakerun/>`_
- `The RunSnakeRun website <http://www.vrplumber.com/programming/runsnakerun/>`_
- ``%prun``
- :class:`Profiler`
Expand Down

0 comments on commit 6aead48

Please sign in to comment.