瀏覽代碼

:memo: Add dependencies for Ubuntu

DricomDragon 2 年之前
父節點
當前提交
fda69c15e8
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -42,6 +42,17 @@ For instance : *Q_HumainVsAlphaBeta3+.py* means that you will fight an AI using
 
 You can oppose another human being by launching the `Q_HumainVsHumain.py` python script.
 
+## How to install
+
+### Ubuntu
+
+Needed for running too.
+
+```sh
+sudo apt-get install python3-tk
+pip3 install numpy
+```
+
 ## License
 
 GNU GPLv3, see `LICENSE.txt`.