NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
186 stars 76 forks source link

Test scenario - Starting new project from scratch #432

Closed lyashevska closed 2 months ago

lyashevska commented 2 months ago

Create a new project from scratch and keep notes on how it went. Give your feedback. It can include things that were unclear, did not work as expected or anything else.

fdiblen commented 2 months ago

I followed the instructions in README.md. I could create a new project without any issues. I created 2 issues to suggest improvements.

Instead of pipx I used pip (see #436 )

I also needed to point to dev branch while using copier.

copier copy --vcs-ref dev https://github.com/nlesc/python-template.git . #438

lyashevska commented 2 months ago

Thanks @fdiblen. This can be closed now.