- If not already installed, download Python 3 from the official Python website
- Open terminal (Mac or Linux) or command prompt (Windows)
- Change your working directory to the blackjack folder (where this .md file and the blackjack.py file is located)
- Type "python blackjack.py" (without the quotation marks) into the terminal/command prompt, press enter, and start playing!
- Open terminal (Mac or Linux) or command prompt (Windows)
- Change your working directory to the blackjack folder (where this .md file and the test_blackjack.py file is located)
- Type "python test_blackjack.py" (without the quotation marks) into the terminal/command prompt and press enter.