Create your virtual environment:
python3 -m venv venv
. venv/bin/activate
export PATH=“$HOME/.pyenv/bin:$PATH”
Use pip to install Python depedencies:
pip install -r requirements.txt
Copy the settings.py and add sensitive informations. LINE_CHANNEL_ACCESS_TOKEN
, LINE_CHANNEL_SECRET
, Django secret key
cp rendezvous/settings_copy.py rendezvous/settings.py