Skip to content

ScryEngineering/digital_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d6de1c9 · Sep 27, 2019
Aug 7, 2019
Aug 25, 2019
Aug 20, 2019
Jul 1, 2019
Jun 29, 2019
Sep 27, 2019
Aug 5, 2019
Aug 2, 2019
Aug 5, 2019

Repository files navigation

digital_site

The homepage for our digital offerings

Getting set up

Create a python virtual environment note that Gilbert currently requires Python 3.7 and that the version of setuptools is >41.0:

python3.7 -m venv venv

Activate the environment, on *nix

source venv/bin/activate
pip install -U pip
pip install -U setuptools

Then install requirements:

pip install -r requirements.txt