I want to import module from github repo in my pyscript.
From this command link -
pip install --upgrade --no-cache-dir git+https://github.com/StreamAlpha/tvdatafeed.git
So that I can use this code in my pyscript code-
from tvDatafeed import TvDatafeed, Interval
username = 'YourTradingViewUsername'
password = 'YourTradingViewPassword'
tv = TvDatafeed(username, password)