Requirements¶
CRConnect has three requirements; Python3, Angular, and Docker.
Python3¶
We use pipenv to manage our Python virtual environments and their dependencies.
Install pipenv¶
You can install pipenv with pip3.
Pip3 comes with Python3.
pip3 install pipenv
You can check to see whether pipenv is installed
pipenv --help
Angular¶
CRConnect requires Angular, which in turn requires node.js.
node.js¶
You can download node.js from their download page
You can check your installation of npm.
npm help
Docker¶
We use Docker to manage our database.
Download Docker¶
You can learn more about Docker from their Get Docker page.