Skip to content

Commit

Permalink
add better install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
diversemix committed Aug 19, 2024
1 parent b45fc12 commit 35c297b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ A CLI tool to map the GCF data to the required JSON format for bulk-import.
This package is not available on PyPI. To install it, you need to build the package and install it locally.

```bash
make build
pip install dist/gcf_data_mapper-<version>-py3-none-any.whl
make build # Ensure you have the package built

# Install the package into your environment
poetry run pip install dist/gcf_data_mapper-<version>-py3-none-any.whl
```

Goto the [releases page](https://github.com/climatepolicyradar/gcf-data-mapper/releases)
Expand Down

0 comments on commit 35c297b

Please sign in to comment.