An internet relay chat robot and web-based graphical user interface, dance event, and other things mashed together
|
|
hace 6 años | |
|---|---|---|
| rotbot | hace 6 años | |
| website | hace 6 años | |
| .gitignore | hace 6 años | |
| README.md | hace 6 años | |
| package.json | hace 6 años | |
| requirements.txt | hace 6 años | |
| semantic.json | hace 6 años |
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
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
Install required pyton packages: pip3 install -r requirements.txt
On debian: sudo apt install npm