Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@egpbos
Copy link
Collaborator

@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
Collaborator Author

egpbos commented Oct 19, 2023

I'm gonna go ahead and merge this ;)

@egpbos egpbos merged commit f406d26 into main Oct 19, 2023
@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

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.