We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057cd49 commit 031bcdcCopy full SHA for 031bcdc
README.md
@@ -26,7 +26,9 @@ Python 3.5 以降で動作する [AtCoder](http://atcoder.jp/) からサンプ
26
<img src="https://user-images.githubusercontent.com/233559/52807100-f6e2d300-30cd-11e9-8906-82b9f9b2dff7.gif" width=70%>
27
28
## How to install
29
-`pip3 install atcoder-tools` (ただの`pip`だとPython 2系を使ってインストールされる可能性があるためうまくいかないかもしれません。)
+`pip3 install atcoder-tools`
30
+
31
+ただの`pip`だとPython 2系を使ってインストールされる可能性があるためうまくいかないかもしれません。
32
33
## Chrome Extension by [@kmyk](https://github.com/kmyk/) (NEW! 2019/03/06)
34
Google ChromeのExtensionです。公開されている過去問を対象として、atcoder-toolsで自動生成されたコードをそのままAtCoderのスニペット上で利用できます。
0 commit comments