Results 1 to 12 of 12
  1. #1
    Banana's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    Too kawaii to live, too sugoi to die
    Posts
    1,012
    Reputation
    268
    Thanks
    8,159
    My Mood
    Amazed

    [Tutorial] Python Installation Guide

    This is a tutorial on how to install Python , Pip and all the requirements you need to use the no recoil scripts.

    I made this because a lot of people have been asking and wanted help because they didn't understand how to install Python, Pip and so on.

    [1.How to install Python]
    1.1) Go to the Official website of Python
    1.2) Download the Latest version and install it
    1.3) Open CMD [*Press* Windows Button + R and type CMD]
    1.4) Type in
    Code:
    python --version
    1.5) If there is no error coming up then you have done everything correctly if some error happened try to reinstall Python again.

    (If there were no errors, skip to step 1.6 below.)

    [2.How to reinstall Python correctly if you get errors]
    2.1) Go to C:\Users\(Current User Name)\AppData\Local\Programs.
    2.2) Delete Python Folder.
    2.3) Go to Control Panel >> Uninstall a Program.
    2.4) Right Click on Python and then Change/Modify.
    2.5) Click on Repair Python. Note: This will Fail but be Patient.
    2.6) Now Again go to step 3.
    2.7) Now, after step 3, uninstall Python.)

    [Continuation of step 1.5 from above]
    1.6) Type in
    Code:
    python -m pip install SomePackage
    1.7) Now you need to upgrade the pip version just use
    Code:
    python -m pip install --upgrade pip
    1.8) Now type in
    Code:
    python -m pip install --upgrade pip setuptools wheel
    1.9) Now install all the "requirements"
    1.10) There are 5 "requirements" that you need (You need to wait until it's installed after you can input the next code)
    1.11) Type in one-by-one after each requirements has been installed successfully
    Code:
         pip install numpy==1.16.1
         pip install opencv-python==4.0.0.21
         pip install Pillow==5.3.0
         pip install pywin32==224
         pip install pywin32-ctypes==0.2.0
    Now when you want to execute scripts or ".py" extension files, you will need to be in the same directory with the file you want to execute in order to launch it.

    For example:
    Make a folder on your desktop called "test" and extract the scripts into the "test" folder on your desktop.
    Now open CMD and type in to go into the "test" folder directory
    Code:
    cd Desktop
    cd test
    Member - 30/05/2012
    Premium - 01/11/2020
    News Force - 12/05/2019 till 24/02/2021





  2. #2
    lokithor32's Avatar
    Join Date
    Apr 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    "No module named pip"

  3. #3
    sn4xxx's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    I do this step to step, but this last one "Now when you want to execute scripts or ".py" extension files, you will need to be in the same directory with the file you want to execute in order to launch it." Dont get how this works, nothing happening.

  4. #4
    sn4xxx's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    I do this step to step, but this last one..

    "Now when you want to execute scripts or .py extension files, you will need to be in the same directory with the file you want to execute in order to launch it."

    Dont get how this works, nothing happening.

  5. #5
    Intervix's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    good script,just make it better

  6. #6
    Intervix's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Fix the Peacekeeper glitch pls

  7. #7
    dieselcamc's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    colombia
    Posts
    13
    Reputation
    10
    Thanks
    1
    My Mood
    Hot
    today working?

  8. #8
    Intervix's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Why when install the numpy it say error
    can you help me

  9. #9
    mitsakos2003's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Location
    Germany
    Posts
    73
    Reputation
    10
    Thanks
    9
    My Mood
    Flirty
    hey so everything work till the numpty get an big error code. Any fixes ?

  10. #10
    mitsakos2003's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Location
    Germany
    Posts
    73
    Reputation
    10
    Thanks
    9
    My Mood
    Flirty
    pip install numpy==1.16.1
    pip install opencv-python==4.0.0.21
    pip install Pillow==5.3.0
    pip install pywin32==224

    so this 4 arent working for me the last one is

  11. #11
    mkh28895's Avatar
    Join Date
    Jan 2020
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Busy
    Quote Originally Posted by kahsiong View Post
    This is a tutorial on how to install Python , Pip and all the requirements you need to use the no recoil scripts.

    I made this because a lot of people have been asking and wanted help because they didn't understand how to install Python, Pip and so on.

    [1.How to install Python]
    1.1) Go to the Official website of Python
    1.2) Download the Latest version and install it
    1.3) Open CMD [*Press* Windows Button + R and type CMD]
    1.4) Type in
    Code:
    python --version
    1.5) If there is no error coming up then you have done everything correctly if some error happened try to reinstall Python again.

    (If there were no errors, skip to step 1.6 below.)

    [2.How to reinstall Python correctly if you get errors]
    2.1) Go to C:\Users\(Current User Name)\AppData\Local\Programs.
    2.2) Delete Python Folder.
    2.3) Go to Control Panel >> Uninstall a Program.
    2.4) Right Click on Python and then Change/Modify.
    2.5) Click on Repair Python. Note: This will Fail but be Patient.
    2.6) Now Again go to step 3.
    2.7) Now, after step 3, uninstall Python.)

    [Continuation of step 1.5 from above]
    1.6) Type in
    Code:
    python -m pip install SomePackage
    1.7) Now you need to upgrade the pip version just use
    Code:
    python -m pip install --upgrade pip
    1.8) Now type in
    Code:
    python -m pip install --upgrade pip setuptools wheel
    1.9) Now install all the "requirements"
    1.10) There are 5 "requirements" that you need (You need to wait until it's installed after you can input the next code)
    1.11) Type in one-by-one after each requirements has been installed successfully
    Code:
         pip install numpy==1.16.1
         pip install opencv-python==4.0.0.21
         pip install Pillow==5.3.0
         pip install pywin32==224
         pip install pywin32-ctypes==0.2.0
    Now when you want to execute scripts or ".py" extension files, you will need to be in the same directory with the file you want to execute in order to launch it.

    For example:
    Make a folder on your desktop called "test" and extract the scripts into the "test" folder on your desktop.
    Now open CMD and type in to go into the "test" folder directory
    Code:
    cd Desktop
    cd test
    pip install numpy==1.16.1 doesn't work a long error

  12. #12
    froanoa's Avatar
    Join Date
    May 2020
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    You have to use nump==1.16.2

Similar Threads

  1. [Request] I founds , tutorials to install hacks in DAYZ
    By whickerman123 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 4
    Last Post: 12-14-2012, 06:35 PM
  2. [TUTORIAL] Black Market Guide!
    By DeathHunter* in forum CrossFire Tutorials
    Replies: 121
    Last Post: 11-29-2010, 11:58 AM
  3. CanadianAssassin's Hacks Installation Guide (video)
    By iHazBalls in forum Combat Arms Europe Hacks
    Replies: 5
    Last Post: 04-21-2009, 09:45 PM