- Fork/Clone/Download the repository using
git clone git@github.com:sabin-thapa/COMP492_BlockChain.git
The assignment can be found in the following folder: assignments/Chapter_1-A_1
- Navigate to the assignment folder using
cd assignments/Chapter_1-A_1
- Create a virtual environment and activate it using
python3 -m venv venv source venv/bin/activate
The required packages can be found in assignments/Chapter_1-A_1/requirements.txt file