Skip to content
This repository was archived by the owner on Jan 22, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 454 Bytes

File metadata and controls

12 lines (8 loc) · 454 Bytes

sb2018

Safe Browsing Project - Contributions from the UCOSP 2018 winter semester cohort

To use conda environment

This is optional, but is useful for maintaining a sandbox for working with scientific python libraries.

  • Download Anaconda or Miniconda (https://conda.io/miniconda.html)
  • Check it's working by running conda --version from the command line
  • Build an environment from the environment.yaml conda env create -f environment.yaml