diff --git a/pixl_ehr/README.md b/pixl_ehr/README.md index 0670b55b8..26a5e5fb8 100644 --- a/pixl_ehr/README.md +++ b/pixl_ehr/README.md @@ -7,6 +7,24 @@ postgres database. ## Installation +First, make sure you have `postgresql` installed on your system. + +On macOS: + +```bash +brew install postgresql +``` + +On Ubuntu: + +```bash +sudo apt install postgresql +``` + +On Windows, follow [these instructions](https://www.postgresqltutorial.com/postgresql-getting-started/install-postgresql/). + +Then install the Python dependencies with + ```bash pip install -e ../pixl_core/ . python -m spacy download en_core_web_lg # Download spacy language model for deidentification