Skip to content
This repository was archived by the owner on Feb 25, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 333 Bytes

File metadata and controls

9 lines (7 loc) · 333 Bytes

Hide My Secret Sauce

Setup

  1. clone/cd into the repo $ git clone <repo>; cd <repo>
  2. create a virtual environment python -m venv venv
  3. activate the virtual environment source venv/bin/activate
  4. install pip packages python -m pip install -r requirements.txt
  5. run server chmod +x run_server.sh; ./run_server.sh