소스 검색

: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`.