Skip to content

Commit

Permalink
docs: improve Dependabot comment in README (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger committed Jan 11, 2022
1 parent a2a715b commit 18e5a06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UPSTREAM_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ If you’d like to start your own Python project from scratch, you can either co

- If you’d like to publish your package to PyPI then set the `upload_to_pypi` variable in the `pyproject.toml` file to `true`.

- Adjust the Dependabot settings in `.github/dependabot.yml` to your desired target branch that you’d like to have monitored by Dependabot.

To develop your new package, create a [virtual environment](https://docs.python.org/3/tutorial/venv.html) and install its `dev`, `test` and `docs` dependencies:
```bash
python3.10 -m venv .
Expand Down

0 comments on commit 18e5a06

Please sign in to comment.