Skip to content

sl2902/cloud-course-project

Repository files navigation

cloud-course-project

Quick start

pip install cloud-course-project
from files_api import ...

Developing/Contributing

System requirements

You will need the following installed on your machine to develop on this codebase

  • make AKA cmake, e.g. sudo apt-get update -y; sudo apt-get install cmake -y
  • Python 3.7+, ideally using pyenv to easily change between Python versions
  • git

# clone the repo
git clone https://github.com/<your github username>/cloud-course-project.git

# install the dev dependencies
make install

# run the tests
make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages