Skip to content

Commit

Permalink
README clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsilver committed Aug 25, 2024
1 parent 848ea03 commit f872598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ A basic template for building Python packages.


## Notes
- Continuous integration with GitHub Actions only works if you have a public repository or an Enterprise account. You can still run checks locally with `./run_ci_checks.sh` regardless.
- Branch protections only work if you have a public repository or an Enterprise account.
- You can include your repository as a dependency if it's hosted on GitHub. For example, alongside requirements like `numpy` or `matplotlib` in a `pyproject.toml` or `requirements.txt` or `setup.py`, you can list `"<PACKAGE-NAME>@git+https://github.com/<USER>/<NAME>.git"`.
- Feel free to open pull requests to improve this repository.
- You can use this code and modify it in any way without any attributions or acknowledgements (see `LICENSE`).

0 comments on commit f872598

Please sign in to comment.