Loading CONTRIBUTING.md +1 −0 Original line number Diff line number Diff line Loading @@ -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) README.md +5 −0 Original line number Diff line number Diff line Loading @@ -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` Loading
CONTRIBUTING.md +1 −0 Original line number Diff line number Diff line Loading @@ -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)
README.md +5 −0 Original line number Diff line number Diff line Loading @@ -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`