Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 527 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 527 Bytes

IOU

Run the Backend Setup

To setup your computer to run the backend follow these steps:

  1. Install Conda: https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html
  2. Clone this repo using the command git clone [email protected]:noahfranz13/IOU.git
  3. Create the conda environment by typing the following commands into the terminal
conda env create -f environment.yml
conda activate iou

If you don't have the "cryptography" package installed:

conda install -c anaconda cryptography