Install dependency from source instead pip or apt #427
-
I have a problem with conekta library installed by pip im getting a problem of indentation on library python code, so, is there a way to install a library on doodba from github repository instead pip or apt or maybe another way? The isssue is from Or How can i go to this folder and modify the init.py file because its mounted readonly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I found the solution: On pip.txt instead of putting the name of the library Then rebuild the containers |
Beta Was this translation helpful? Give feedback.
I found the solution:
On pip.txt instead of putting the name of the library
conekta
we can fork the original repository and then add it here as:
git+https://github.com/myrepo/conekta-python.git@master
Then rebuild the containers