Memoru

System Engineering and Programming and IT

Entries from 2018-06-09 to 1 day

workon

sourcetreeで、project_homeを、Explorerで開き、activateして、projectフォルダに戻る。 $p= $PWD.Path.split("\")[-1] cd $Env:workon_home\$p .\Scripts\activate cd $Env:project_home\$p // --- end of blog

docopt and docstring

docopt overview This tool parses help statement in doc. preference GitHub site github.com Show Usage in Japanese bicycle1885.hatenablog.com installation G:\ > pip install docopt usage How to use docopt形式で、パッケージのdocに記述する。 以…