nficano commited on
Commit
d1b1248
·
1 Parent(s): dee3c46

Updated README, added .psd to gitignore.

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. README.md +7 -1
.gitignore CHANGED
@@ -1,4 +1,5 @@
1
  *.pyc
2
  *.pyo
3
  *.swp
 
4
  .DS_Store
 
1
  *.pyc
2
  *.pyo
3
  *.swp
4
+ *.psd
5
  .DS_Store
README.md CHANGED
@@ -9,11 +9,17 @@ Prsent to you, PyTube!
9
 
10
 
11
  ## Installation
12
- To install pytube, simply:
 
 
 
 
13
  ```
14
  $ pip install pytube
15
  ```
16
 
 
 
17
  ### Background
18
 
19
  After missing the deadline to register for PyCon 2012, I decided to write what
 
9
 
10
 
11
  ## Installation
12
+ Install PyTube with one of the following commands:
13
+ ```
14
+ $ easy_install install pytube
15
+ ```
16
+ or alternatively if you have pip installed:
17
  ```
18
  $ pip install pytube
19
  ```
20
 
21
+ or you can get the [source code from github](https://github.com/NFicano/python-youtube-download)
22
+
23
  ### Background
24
 
25
  After missing the deadline to register for PyCon 2012, I decided to write what