Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken link #357

Merged
merged 1 commit into from
Oct 19, 2023
Merged

fix broken link #357

merged 1 commit into from
Oct 19, 2023

Conversation

egpbos
Copy link
Member

@egpbos egpbos commented Oct 19, 2023

Fixes #354

Description

Instructions to review the pull request

Create a python-template-test repo on GitHub (will be overwritten if existing)

cd $(mktemp -d --tmpdir py-tmpl-XXXXXX)
cookiecutter -c <pr-branch> https://github.com/<pr-user>/python-template
# Fill with python-template-test info
cd python-template-test
git init
git add --all
git commit -m "First commit"
git remote add origin https://github.com/<you>/python-template-test
git push -u origin main -f
python -m venv env
source env/bin/activate
python -m pip install --upgrade pip setuptools
python -m pip install '.[dev,publishing]'

@egpbos
Copy link
Member Author

egpbos commented Oct 19, 2023

I'm gonna go ahead and merge this ;)

@egpbos egpbos merged commit f406d26 into main Oct 19, 2023
16 checks passed
@sjvrijn sjvrijn deleted the fix-354 branch May 3, 2024 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken link in README.md
1 participant