소스 검색

Require tabulate

Eren Yilmaz 6 년 전
부모
커밋
d5e1e11929
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -21,7 +21,7 @@ The server is intended to be run within a python 3.6 environment on the host spe
 
 
 On the server you can install the required packages using pip:
 On the server you can install the required packages using pip:
 ```
 ```
-pip3 install bottle requests
+pip3 install bottle requests tabulate
 ```
 ```
 and start the server using
 and start the server using
 ```
 ```