-
Notifications
You must be signed in to change notification settings - Fork 1
Setup pip #129
Setup pip #129
Conversation
fhenneke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked that installing works. Not sure how to test if what is installed actually works.
|
I checked that installing works. How can I check that the installed package is working as expected? Running |
I set it up without the requirements, assuming that the person doing the pip install would do that. I updated it to automatically install the prod requirements.txt as dependencies when you install it with PIP. |
|
Shouldn't the readme file be updated as well here? |
Thanks, I updated the readme |
This PR adds a setup.py file so that the dune-sync repo can be installed with pip using
pip install git+https://github.com/cowprotocol/dune-sync.git@<branch-name>. This can be tested with:pip install git+https://github.com/cowprotocol/dune-sync.git@setup_pip.