what you should do once Python has been installed and tested:
- The Python installers for Windows include pip. You can make sure that pip is up-to-date by running in the command line:
- py -m pip install --upgrade pip
- py -m pip --version
- you have to install virtual environment in which you must download and install required libraries
No comments:
Post a Comment