Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 684 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 684 Bytes

Welcome to my 6.0001 Coursework

All the assignments and tests will be in this repository.

Clone repository

git clone <this-repo>

Make sure you have Python installed

python -V

Setup virtual environment (venv)

python3 -m venv .venv

Activate venv and install dependencies

Important: check the correct way of activation depending on your shell. Consult here. (I use fish shell)

source .venv/bin/activate.fish
python -m pip install -r requirements.txt

Run any of the programs

python <program-name>.py