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 4ef0691 commit 057cd49Copy full SHA for 057cd49
README.md
@@ -26,7 +26,7 @@ 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`
+`pip3 install atcoder-tools` (ただの`pip`だとPython 2系を使ってインストールされる可能性があるためうまくいかないかもしれません。)
30
31
## Chrome Extension by [@kmyk](https://github.com/kmyk/) (NEW! 2019/03/06)
32
Google ChromeのExtensionです。公開されている過去問を対象として、atcoder-toolsで自動生成されたコードをそのままAtCoderのスニペット上で利用できます。
0 commit comments