Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyrop authored Sep 4, 2024
1 parent 72b2c12 commit acef1a0
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit acef1a0

Please sign in to comment.