<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: yano4181</title>
    <description>The latest articles on DEV Community by yano4181 (@yano4181).</description>
    <link>https://dev.to/yano4181</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F434568%2F51d9d2f1-e16d-48c1-9e19-675ba70e6197.png</url>
      <title>DEV Community: yano4181</title>
      <link>https://dev.to/yano4181</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yano4181"/>
    <language>en</language>
    <item>
      <title>Installing Kivy using Pipenv</title>
      <dc:creator>yano4181</dc:creator>
      <pubDate>Sat, 18 Jul 2020 02:46:56 +0000</pubDate>
      <link>https://dev.to/yano4181/installing-kivy-using-pipenv-4301</link>
      <guid>https://dev.to/yano4181/installing-kivy-using-pipenv-4301</guid>
      <description>&lt;p&gt;Today I learned how to install Kivy using Pipenv. It was easier than I had thought.&lt;/p&gt;

&lt;p&gt;Kivy is a Python GUI Framework. Its UI is modern and very cool. It is released under the MIT License.&lt;/p&gt;

&lt;h2&gt;
  
  
  Environment
&lt;/h2&gt;

&lt;p&gt;My environment was listed below.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;macOS Catalina 10.15.5&lt;/li&gt;
&lt;li&gt;pipenv: stable 2018.11.26&lt;/li&gt;
&lt;li&gt;Python 3.7.4&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Installing Kivy
&lt;/h2&gt;

&lt;p&gt;Following &lt;a href="https://kivy.org/doc/stable/installation/installation-osx.html"&gt;the official installation guides&lt;/a&gt;, I run this command. And, the installation was succeeded.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ pipenv install kivy
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h2&gt;
  
  
  Installation Confirmation
&lt;/h2&gt;

&lt;p&gt;To confirm the installation, I copied this &lt;a href="https://kivy.org/doc/stable/tutorials/pong.html"&gt;Pong Game Tutorial&lt;/a&gt; codes and run them.&lt;/p&gt;

&lt;p&gt;I could move the bars on left and right and hit the ball.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WKx0CehU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/rob9jhyuu8pse679c74e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WKx0CehU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/rob9jhyuu8pse679c74e.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Kivy installation was completed.&lt;/p&gt;

</description>
      <category>todayilearned</category>
      <category>python</category>
    </item>
  </channel>
</rss>
