Skip to content

Installation

bengetch edited this page Jan 15, 2021 · 2 revisions

Installation

Dependencies

This library requires python >= 3.8, Node, and the JIFF library.

Configure environment

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>
Clone this wiki locally