# 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` # Fomatic-ui 2.7.8 ## Requirements: NodeJS 10.15.3 & NPM 6.4.1 On debian: `sudo apt install npm` ## Init