Closed HelloThisIsFlo closed 4 years ago
This looks great, glad we talk this out quickly.
My only question is if there should be a quick reference to using pipenv
for devlopment in the README.md
maybe in the Contributing section, or adding a Development section for this and future development details. Totally not required, just thinking about how I missed the whole pipenv thing at first when diving in.
Other than that, looks good to go from my point of view.
Oh good point. I'll add that, 1 sec
@lifeisafractal I just updated the README.
If it's good . . . let this be the first PR you merge yourself 😊
Then you can merge it 😁
Wohoo 🎉 The first PR you merged. 🎉 Congrats 😃
Thanks! 🎉 🎉
After our discussion @lifeisafractal where you mentioned your process for creating the dev virtual env:
appdaemontestframework
Step 2. is key because by installing
appdaemontestframework
directly in the local virtual env, it'll automatically install all the dependencies of thesetup.py
. So no need to replicate anything in thePipfile
It seems almost too simple to work, but I can't seem to see any catch. It does work as expected locally. Let me know if you think it's good as well, and we can merge.