Question:
I would like to setup a new environment by editing docker config file. One of the package I want to install need to use a Git repo. I wonder how to do that?
Answer:
Yes, you can edit environment dockerfile to install package use Git repo, such as example below,
pip install git+https://github.com/tangentlabs/django-oscar-paypal.git@issue/34/oscar-0.6
Alternatively requirements.txt can be used, more details please see KB article below,
https://dominoup.zendesk.com/knowledge/articles/115001607683/en-us?brand_id=2465906
Comments
0 comments
Please sign in to leave a comment.