diff --git a/README.md b/README.md index cf01896..e8d2995 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you want to contribute, either start an issue or go directly into making a PR ### Query Management Scripts -You'll need python and pip installed to run the script commands. If you don't have a package manager set up, then use either [conda](https://www.anaconda.com/download) or [poetry](https://python-poetry.org/) . Then install the required packages: +You'll need python and pip installed to run the script commands. If you don't have a package manager set up, then use either [anaconda](https://www.anaconda.com/download) or [poetry](https://python-poetry.org/) . Then install the required packages: ``` pip install -r requirements.txt @@ -27,4 +27,4 @@ pip install -r requirements.txt | `pull_from_dune.py` | updates/adds queries to your repo based on ids in `queries.yml` | `python scripts/pull_from_dune.py` | | `push_to_dune.py` | updates queries to Dune based on files in your `/queries` folder | `python scripts/push_to_dune.py` | | `preview_query.py` | gives you the first 20 rows of results by running a query from your `/queries` folder. Specify the id. This uses Dune API credits | `python scripts/preview_query.py 2615782` | -| `upload_to_dune.py` | uploads/updates any tables from your `/uploads` folder. Must be in CSV format, and under 200MB. | `python scripts/upload_to_dune.py` | \ No newline at end of file +| `upload_to_dune.py` | uploads/updates any tables from your `/uploads` folder. Must be in CSV format, and under 200MB. | `python scripts/upload_to_dune.py` |