<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-text-html" lang="x-unicode">
      <div class="moz-cite-prefix">On 06/23/2017 11:25 PM, Serhiy
        Storchaka wrote:<br>
      </div>
      <blockquote type="cite"
cite="mid:CAAuNNr5Jh1WtWJuXQA1aMPNRx=9O+PPBCnEK9XMUkfVnWiT8DA@mail.gmail.com">
        <pre wrap="">I have installed it, but how to use it?

$ python3 -m pip install --user blurb
Collecting blurb
  Using cached blurb-1.0-py3-none-any.whl
Installing collected packages: blurb
Successfully installed blurb-1.0
$ python3 -m blurb
/usr/bin/python3: No module named blurb
</pre>
      </blockquote>
      <p>It's on your path.  Just run</p>
      <blockquote>
        <p>% blurb</p>
      </blockquote>
      <p>from inside a CPython repo.</p>
      <p>I'm amazed that your first thought was "python -m blurb".<br>
      </p>
      <p><br>
      </p>
      <p><i>/arry</i><br>
      </p>
    </div>
  </body>
</html>