pip install cloud-engineering-projectfrom files_api import ...You will need the following installed on your machine to develop on this codebase
makeAKAcmake, e.g.sudo apt-get update -y; sudo apt-get install cmake -y- Python 3.7+, ideally using
pyenvto easily change between Python versions git
# clone the repo
git clone https://github.com/avr2002/cloud-engineering-project.git
# install the dev dependencies
make install
# run the tests
make test