how to read python-doc in ubuntu?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ZelluX

    how to read python-doc in ubuntu?

    Hi all,
    I'm a new comer to Python.
    I've installed python-doc module, but just don't know how to open it.
    Could you help me?

    Many thanks ^_^
  • Diez B. Roggisch

    #2
    Re: how to read python-doc in ubuntu?

    ZelluX wrote:
    Hi all,
    I'm a new comer to Python.
    I've installed python-doc module, but just don't know how to open it.
    Could you help me?
    >
    Many thanks ^_^
    dpkg -L <package-name>

    will list the contents of the package at question.

    Doc packages usually reside under

    /usr/shar/doc/<package-name>

    diez

    Comment

    • ZelluX

      #3
      Re: how to read python-doc in ubuntu?

      Got it. Thanks ;-)

      Diez B. Roggisch wrote:
      ZelluX wrote:
      >
      >Hi all,
      >I'm a new comer to Python.
      >I've installed python-doc module, but just don't know how to open it.
      >Could you help me?
      >>
      >Many thanks ^_^
      >
      dpkg -L <package-name>
      >
      will list the contents of the package at question.
      >
      Doc packages usually reside under
      >
      /usr/shar/doc/<package-name>
      >
      diez

      Comment

      Working...