Просмотр исходного кода

update requirements and note analysis addition in changelog

George C. Privon 8 лет назад
Родитель
Сommit
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
 * Require a minimum of 2 players
 * Implement a check on scores in case bad values are entered
 * 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
 ### 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)
 * python 3 (tested under python 3.6.x)
 * numpy
 * numpy
+* matplotlib (for analysis scripts)
 
 
 ## Usage
 ## Usage