F
F
Foxyt Mia2017-09-30 17:04:24
Python
Foxyt Mia, 2017-09-30 17:04:24

How to open whl file?

Open a command prompt window, navigate to the folder where the installation package was copied to, and use pip to run the installation:
> python -m pip install --user pygame-1.9.2a0-cp35-none-win32.whl

Created an ass on the desktop. Dropped a file in there. How to go to this folder in cmd? In the console I do not rummage at all.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
res2001, 2017-09-30
@res2001

cd command to navigate folders:
cd /?
The dir command will list the files in the current folder:
dir /?
In fact, it's easier to start python and issue the appropriate command in its console, google how to do it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question