diff --git a/git-npm-jupyter.rtf b/git-npm-jupyter.py similarity index 97% rename from git-npm-jupyter.rtf rename to git-npm-jupyter.py index 9e7e65c..c5c71a5 100644 --- a/git-npm-jupyter.rtf +++ b/git-npm-jupyter.py @@ -1,6 +1,6 @@ ### git -git init +'''git init git add . git commit -m "first commit" git remote add origin https://github.com/hoochanlon/private.git //远程链接 @@ -45,4 +45,4 @@ example: `pip install scrapy -i https://pypi.tuna.tsinghua.edu.cn/simple` -`pip3 install jupyter -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com` +`pip3 install jupyter -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com`'''