Update README.md

This commit is contained in:
Smirnov Oleksandr 2020-04-20 19:46:40 +03:00 committed by GitHub
parent de9aa17d54
commit e1d29dd2e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,4 +70,7 @@ vim ~/.zshrc
alias py='python3'
alias py3='python3'
alias py2='python2'
alias ipy='ipython3'
alias ipy3='ipython3'
alias ipy2='ipython2'
~~~