An internet relay chat robot and web-based graphical user interface, dance event, and other things mashed together

tBKwtWS 90082625e7 Found project liek this 6 سال پیش
website 90082625e7 Found project liek this 6 سال پیش
.gitignore 90082625e7 Found project liek this 6 سال پیش
README.md 90082625e7 Found project liek this 6 سال پیش
requirements.txt 90082625e7 Found project liek this 6 سال پیش

README.md

Scope

Django project, without virtual environment.

Hint, to create a virtualenv in the current dir: virtualenv --python=python3.7 . This probably requires you to have built python3.7 manually and have debian packages installed: python3-virtualenv python-virtualenv

Prerequisites

Python 3.7.4

Older versions might work, development environ and runtime environment run Python-3.7.4 Currently newer then in the repo's, if that's still the case, you might have to compile and built it yourself.

If you notice you can' t use ssl when using pip, you should have installed libssl-dev before building python, or any of the following packages: libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev

Python packages

Install required pyton packages: pip3 install -r requirements.txt