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

View File

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