Contributing to Python/Linux IRC: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Jesstess
(Created page with "On LInux, we'll be using XChat, a popular graphical IRC chat client. == IRC client setup instructions == # Start a command prompt. # At the command prompt: #* If you are run...")
 
 
Line 13: Line 13:
During this workshop, we'll get practice using IRC and helping each other as we contribute to projects in the <tt>#pyladies</tt> channel on the <tt>Freenode</tt> network.
During this workshop, we'll get practice using IRC and helping each other as we contribute to projects in the <tt>#pyladies</tt> channel on the <tt>Freenode</tt> network.


Here are the connection details for joining the Freenode network and the <tt>#pyladies/tt> IRC channel:
Here are the connection details for joining the Freenode network and the <tt>#pyladies</tt> IRC channel:


<pre>
<pre>

Latest revision as of 15:43, 14 April 2014

On LInux, we'll be using XChat, a popular graphical IRC chat client.

IRC client setup instructions

  1. Start a command prompt.
  2. At the command prompt:
    • If you are running Ubuntu or Debian (or another dpkg-based system), type:
      sudo apt-get install xchat
      and enter your administrator password when prompted.
    • If you are running Fedora (or another yum-based system), type:
      sudo yum install xchat
      and enter your administrator password when prompted.
  3. Read through the material on Getting started with XChat.

IRC client practice: joining the #pyladies channel

During this workshop, we'll get practice using IRC and helping each other as we contribute to projects in the #pyladies channel on the Freenode network.

Here are the connection details for joining the Freenode network and the #pyladies IRC channel:

IRC server name: irc.freenode.net
channel name: #pyladies

Given that information, and reviewing the XChat overview above, use XChat to connect to Freenode and join the #pyladies channel. Pick any nickname you like. :) Once you have joined the channel, say hello!

Success!

« Back to the main page