CS50’s Introduction to Programming with Python Bitcoin Price Index problem solution.
This program was developed according with Python's good practices and based on PEP 8 - Style Guide for Python Code
1.0.0
These instructions will guide you to copy the project from the repository and run it.
Things you need to have installed:
Basically clone the project from the remote repository to the local machine, using the git commands.
$git clone [URL].git
To run the project, first check that the requests library is installed, then run the python command.
To install the requests library, write the following command-line into the terminal:
$pip install requests
To run the program, write the command-line into the terminal:
$python bitcoin.py
- BEOM © 2024