How do I run this after installing python and pip3 on windows? #478
-
SummarySorry for noob question. See Headline above |
Beta Was this translation helpful? Give feedback.
Answered by
modjke
May 24, 2022
Replies: 1 comment
-
Out of the scope of this repository, but here is a shortest way possible:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
menkej
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Out of the scope of this repository, but here is a shortest way possible:
choco install python --version=3.6.7
python --version
should be3.6.7
pip install icloudpd
icloudpd
will work as it should