HELP! #132
-
|
Can someone PLEASE help me understand this? HOW do I use it? I don't know much about coding. All I've done was on myspace YEARS ago. What do I do with the code, to use it as is? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 55 replies
-
|
Hi @KMH418, Open your terminal and use the following commands:
Make sure you have Python Installed,Download Here Git should be on your computer already, type |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
@KMH418 When you did |
Beta Was this translation helpful? Give feedback.
-
|
@KMH418 As I said above, you maybe have to use : |
Beta Was this translation helpful? Give feedback.

Hi @KMH418,
Open your terminal and use the following commands:
git clone https://github.com/soxoj/socid-extractorcd socid-extractorpip3 install -r requirements.txtsocid_extractor --url https://www.deviantart.com/muse1908Make sure you have Python Installed,Download Here
Pip3 should come with python, after the python download, to check type
pip3 --versionGit should be on your computer already, type
git --versionto check.if it's not installed, simply install it | See tutorial