python3 -m pip install --user --upgrade pip
python3 -m pip --version
py -m pip install --upgrade pip
py -m pip --version
pip install -U pytest
$ pytest --version pytest 7.1.3
pip install pytest-xdist
pip show pytest-xdist
- On the 'Welcome to Python' window in PyCharm, click 'Get From VCS.'
- In the 'Get from Version Control' window, paste this url into the URL text box: https://github.com/JakeKonkowski/CS4900-Project-1.git
- Click Clone. The directory can be changed if desired.
- Trust the project when prompted.
- When the project opens, expand the 'External Libraries' folder in the project window to ensure the project is using Python 3.10.
- If your project is not using Python 3.10, open the 'File' tab.
- Click settings.
- Expand 'Project: CS4900-Project-1' and click the 'Python Interpreter' tab.
- Select 'Python 3.10' from the 'Python Interpreter' drop-down.
- Click 'Ok'.