From acef1a08678bafce276142bffb07a46d7cfd9c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marii=C2=A8?= Date: Wed, 4 Sep 2024 12:00:25 -0400 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bf3370d86..8591e1286 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you already have Homebrew [installed](https://docs.brew.sh/Installation): #### 1. Install asdf: ```sh -brew install coreutils curl git +brew install coreutils curl git gh brew install asdf ``` @@ -42,7 +42,6 @@ source ~/.zshrc asdf plugin-add python asdf plugin-add direnv asdf direnv setup --shell zsh --version latest # if using ZSH! can replace with bash -asdf install python ``` ### 3. Install pipx and poetry @@ -52,10 +51,16 @@ pipx ensurepath source ~/.zshrc # if using ZSH! can replace with ~/.bashrc ``` -### Running the schema validator +## Using this repo -***[TODO!!!]*** -*For now just run:* +### 1. Clone the project repo and set up local python + +``` sh +gh repo clone Migrants-and-The-State/extracted-data && cd extracted-data +adsf install python +poetry install +``` +### 2. Run the scipts (so far just schema validation!) ``` sh poetry run python lib/validate_json_to_schema.py