<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Norbert Preining wrote:<br>
      <br>
    </div>
    <blockquote type="cite"
      cite="mid:20200721083615.GG4613@bulldog.preining.info">pip is a
      source of trouble for those who don't know what it is for and how
      it is used and should be used.<br>
    </blockquote>
    <br>
    Is this true ?  A research group of which I am a member recently
    needed to install a suite of AI programs; none of us had any prior
    experience of Python whatsoever, yet following very simple
    instructions all were able to use "pip" to install the necessary
    pre-requisite components without difficulty.<br>
    <br>
    <i>Philip Taylor<br>
      --------<br>
      <blockquote type="cite">
        <div style="font-family:Calibri,Helvetica,sans-serif;
          font-size:12pt; color:rgb(0,0,0)">
          The necessary packages are not installed by default and will
          need to be added.  Open a "conda" prompt and type :</div>
        <div style="font-family:Calibri,Helvetica,sans-serif;
          font-size:12pt; color:rgb(0,0,0)">
          <br>
        </div>
        <div style="font-family:Calibri,Helvetica,sans-serif;
          font-size:12pt; color:rgb(0,0,0)">
          <span>pip install pillow<br>
          </span>
          <div>pip install matplotlib<br>
          </div>
          <div>pip install pandas<br>
          </div>
          <div>pip install imgaug<br>
          </div>
          <span>pip install keras</span></div>
        <div style="font-family:Calibri,Helvetica,sans-serif;
          font-size:12pt; color:rgb(0,0,0)">
          pip install tensorflow</div>
        <div style="font-family:Calibri,Helvetica,sans-serif;
          font-size:12pt; color:rgb(0,0,0)">
          <br>
        </div>
        (I also needed 'pip install sklearn' to run KNN)</blockquote>
    </i><i><br>
    </i><br>
  </body>
</html>