Spring 2024
- Yassin Al-Nuaimee
- Mina Attia
- Nils Delage
- Marc El Khoury
- Kamal Nour
First, clone this repository to your local machine using Git:
git clone https://github.com/yourusername/fin-413-blockchain-portfolio.git
cd fin-413-blockchain-portfolioIt is recommended you use a python virtual environment to install the dependencies.
python3 -m venv venvon linux and macOS:
source venv/bin/activateon windows:
venv\Scripts\activatepip install -r requirements.txtyou can now read and run the .ipynb files in vsCode or any other software that supports it