You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could someone provide guide how to install dependincies from section 2, step 1? I'm new to python and i'm in agony trying to figure out how and what to do.
The text was updated successfully, but these errors were encountered:
@1duxa this is just a deprecation warning, this is not a problem, you will get error later when you see something like No module named "xyz"
then you have to install the module using pip install "xyz" or you can search error online and you will get the answer.
Could someone provide guide how to install dependincies from section 2, step 1? I'm new to python and i'm in agony trying to figure out how and what to do.
The text was updated successfully, but these errors were encountered: