nficano commited on
Commit
86b6ff8
·
1 Parent(s): 85d30db

commented development section of readme

Browse files
Files changed (1) hide show
  1. README.rst +9 -2
README.rst CHANGED
@@ -190,8 +190,15 @@ You can also specify a resolution or desired filetype:
190
 
191
  $ pytube -e mp4 -r 720p http://www.youtube.com/watch?v=Ik-RsDGPI5Y
192
 
193
- How to release
194
- ==============
 
 
 
 
 
 
 
195
 
196
  .. code:: bash
197
 
 
190
 
191
  $ pytube -e mp4 -r 720p http://www.youtube.com/watch?v=Ik-RsDGPI5Y
192
 
193
+ Development
194
+ ===========
195
+
196
+ Development of this happens on GitHub, patches including tests, documentation are very welcome, as well as bug reports and collaborators are welcome! Also please open an issue if this tool does not function as you'd expect.
197
+
198
+ How to release updates
199
+ ----------------------
200
+
201
+ Execute the following commands:
202
 
203
  .. code:: bash
204