Skip to content

kamalnour/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIN-413: Financial Applications of Blockchains and Distributed Ledgers

Advanced Portfolio Construction

Spring 2024

Team Members:

  • Yassin Al-Nuaimee
  • Mina Attia
  • Nils Delage
  • Marc El Khoury
  • Kamal Nour

Local Setup

1. Clone the Repository

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-portfolio

2. python virtual environment (optional)

It is recommended you use a python virtual environment to install the dependencies.

create your virtual environment
python3 -m venv venv
activate your virtual environment

on linux and macOS:

source venv/bin/activate

on windows:

venv\Scripts\activate

3. Install the required libraries

pip install -r requirements.txt

you can now read and run the .ipynb files in vsCode or any other software that supports it

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors