Python Forum
How Do I Install Stuff for Python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How Do I Install Stuff for Python?
#2
pip is probably already installed.
open a command window and type pip -V
it should respond with the version of pip.
to run python, again from command line, type python
it should open a shell.
You will want to install an IDE so you can edit, debug and run from the same application.
I recommend VSCode, and direct you here for installation instructions:
https://python-forum.io/Thread-VS-Code-f...ght=VSCode
Reply


Messages In This Thread
How Do I Install Stuff for Python? - by CopBlaster - May-05-2020, 10:55 PM
RE: How Do I Install Stuff for Python? - by Larz60+ - May-05-2020, 11:13 PM
RE: How Do I Install Stuff for Python? - by buran - May-06-2020, 03:34 AM
RE: How Do I Install Stuff for Python? - by buran - May-08-2020, 07:04 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Run the code for some stuff it does not return me why Anldra12 3 3,975 Apr-19-2021, 02:01 PM
Last Post: Anldra12
  "Automate the Boring Stuff with Python" creating a path works but only for CMD promt Milos 2 3,888 Nov-28-2020, 01:08 PM
Last Post: Larz60+
  Unable to print stuff from while loop Nick1507 4 3,591 Sep-17-2020, 02:26 PM
Last Post: Nick1507
  Learning to have Class and doing stuff with it... bako 2 2,806 Apr-29-2020, 05:07 PM
Last Post: bako
  Automate the boring stuff : the tic tac toe game DJ_Qu 7 8,787 Apr-24-2019, 12:22 PM
Last Post: ichabod801
  More List Stuff Zman350x 3 4,358 Mar-11-2018, 12:20 AM
Last Post: Zman350x
  Need help importing stuff that python says it cant open Tiaan 2 3,680 Nov-30-2017, 09:54 PM
Last Post: Tiaan
  Python "Automate the Boring Stuff" wants me to change Windows environment variables? Atomike 8 10,899 Dec-13-2016, 03:53 PM
Last Post: Atomike

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020