I'm fairly noob at the using the terminal and doing server administration. I recently "inherited" a Twitter app, and I need to install a Python OAuth library:
http://dev.twitter.com/pages/oauth_libraries#python
Unfortunately, I'm pretty much clueless about how to:
- download a library to the server
- installing the library on the server so I can "import "
Can someone please walk me through this process? Or, provide me with resources that will?
Thanks!!