-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
bengetch edited this page Jan 15, 2021
·
2 revisions
This library requires python >= 3.8, Node, and the JIFF library.
Once you have python >= 3.8 installed, set up a virtual environment as
follows. The script below assumes that your python >= 3.8 executable is
called python3
, but it could also be called python3.x
depending on
your environment:
> cd congregation
> python3 -m venv venv
> source venv/bin/activate
(venv) > pip install -r requirements.txt
export PYTHONPATH=$PYTHONPATH:<path/to/congregation>