-
Notifications
You must be signed in to change notification settings - Fork 284
Installation
GyoiThon edited this page Nov 13, 2018
·
3 revisions
Python3の実行環境がインストールされている事を前提にする。
root@kali:~# git clone https://github.com/gyoisamurai/GyoiThon.git
root@kali:~# apt-get install python3-pip
必要に応じてapt-get update
を実行すること。
root@kali:~# cd GyoiThon
root@kali:~/GyoiThon# pip3 install -r requirements.txt
GyoiThonの動作モードに応じて設定ファイルを編集する。
詳細はUsageを参照のこと。