Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Install the `kaggle` package with [pip](https://pypi.org/project/pip/):
pip install kaggle
```

Additional installation instructions can be found [here](./docs/README.md#installation).
Additional installation instructions can be found [here](docs/README.md#installation).

## Quick start

Expand Down Expand Up @@ -90,7 +90,7 @@ hatch run test:local

### Integration Tests

To run integration tests on your local machine, you need to set up your Kaggle credentials. You can do this by following the [authentication instructions](docs/README.md).
To run integration tests on your local machine, you need to set up your Kaggle credentials. You can do this by following the [authentication instructions](docs/README.md#authentication).

After setting up your credentials, you can run the integration tests as follows:

Expand All @@ -100,14 +100,12 @@ hatch run test:integration

## Changelog

See [CHANGELOG](./CHANGELOG.md).
See [CHANGELOG](CHANGELOG.md).

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md).
See [CONTRIBUTING.md](CONTRIBUTING.md).

## License

The Kaggle CLI is released under the [Apache 2.0 license](LICENSE.txt).


Loading