CR Connect Workflow

CR Connect Workflow

Next, we will use pipenv to set up CR Connect Workflow.

From inside the /development/cr-connect-workflow directory:

pipenv install --dev

Pipenv creates a Python virtual environment, and installs all our dependencies.

You can see the location of the virtual environment

pipenv --venv

You should see a path with the location to your virtual environment, something like this.

~/.local/share/virtualenvs/cr-connect-AYWZ0UOE

Note

If you use Visual Studio on Windows, and have trouble installing the python-Levenshtein package, you might need to download the build tools. https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16