All Questions
Tagged with github3.py setup.py
1 question
0
votes
0
answers
263
views
How can I install github3.py via my setup.py?
I want to use github3.py module on my pyramid application.
In my develop enviroment, I can install github3.py via pip and this works fine.
But I need to add github3.py to setup.py for production ...