pypest / pypestutils

python-wrapped PEST utilities #winning
The Unlicense
11 stars 6 forks source link

instructions for dumb windoze users like me #11

Closed rhugman closed 11 months ago

mwtoews commented 11 months ago

Thanks @rhugman , I have a few additions on top of this that I'll add tomorrow.

mwtoews commented 11 months ago

@rhugman I've pushed a commit onto your branch to elaborate more on building. There are three decent ways to build for Windows, and they all appear to work. Have a review and see if it's helpful!

rhugman commented 11 months ago

Looks good @mwtoews thanks!

mwtoews commented 11 months ago

Thanks for checking. Note that I've likely buggered up your local main branch, so you may want to restore it something like this:

git reset --hard HEAD~
git pull origin main

It's best to avoid this by using a different branch name for future PRs.