Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

add project requirements to tutorial start (#293) #310

Merged
merged 1 commit into from
Mar 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/fidesops/docs/tutorial/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Installation

## Requirements
To run this project, ensure you have the following requirements installed and running on your machine:

* [Docker 12+](https://docs.docker.com/desktop/#download-and-install)
* Python 3.7+
* Make
* pg_config (`brew install libpq` or `brew install postgres` on Mac)


## Clone the fidesdemo repo

Let's clone [Fides Demo](https://github.com/ethyca/fidesdemo), and rewind to an earlier tag, so we can build out
Expand Down