浏览代码

update requirements and note analysis addition in changelog

George C. Privon 8 年之前
父节点
当前提交
9188ed7b8f
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      CHANGELOG.md
  2. 1 0
      README.md

+ 1 - 0
CHANGELOG.md

@@ -12,6 +12,7 @@
 
 * Require a minimum of 2 players
 * Implement a check on scores in case bad values are entered
+* Sample game data and an analysis notebook in the `analysis/` directory
 
 ### 0.1.1
 

+ 1 - 0
README.md

@@ -6,6 +6,7 @@ Score keeping software for [Carcassonne](https://boardgamegeek.com/boardgame/822
 
 * python 3 (tested under python 3.6.x)
 * numpy
+* matplotlib (for analysis scripts)
 
 ## Usage