Commit f99cabe9 authored by Aswin VB's avatar Aswin VB Committed by GitHub
Browse files

Merge pull request #26 from mamonu/master

Update CONTRIBUTING.md
parents 66fc3570 2b295e5c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,4 +9,5 @@
- Felipe Martins (https://github.com/felipewmartins)
- Jonathan Lozada De La Matta (https://github.com/jlozadad)
- Ryan Ericksen (https://github.com/rsericksen)
- Mamonu        (https://github.com/mamonu)
+5 −0
Original line number Diff line number Diff line
@@ -162,3 +162,8 @@ url -u YourUsername:YourPassword -d status="Your status message" http://twitter.
        (303) xxx-xxxx
  ```

### 19) Automatically update all the installed python packages 
-------------
#### Running
* `pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U`