This commit is contained in:
.[d]. 2021-03-06 07:56:41 -06:00
parent 3102445df6
commit 40a3f2e89b

@ -66,17 +66,17 @@
## NOTES: ## NOTES:
``` ```
* install python3 - install python3
* install python3-pip - install python3-pip
``` ```
## COMMANDS: ## COMMANDS:
``` ```
* git clone --recursive https://git.tcp.direct/decoded/krylon - git clone --recursive https://git.tcp.direct/decoded/krylon
* cd krylon - cd krylon
* python3 -m venv env - python3 -m venv env
* . env/bin/activate - . env/bin/activate
* python -m pip install --upgrade pip - python -m pip install --upgrade pip
* python -m pip install -r requirements.txt - python -m pip install -r requirements.txt
* irc3 krylon.ini - irc3 krylon.ini
``` ```