I'm working with OpenEdx and i want add new libraries for make new funtionalities.
I have the normal DevStack Edx
environment (work in Docker
).
I want add google-api-python-client
for my project, so i added this package to:
After rebuild the image and run the container i review this packages in respective containers:
Where are my libraries?
It only happen in Studio
, in LMS
all is well.
So: - Which is the correct external python packages installation's way?
Thank you!