Developing in this repository requires Python 3.10 or higher.
Clone the repo by running:
git clone git@github.com:coinbase/cdp-sdk-python.gitTo install all dependencies, run:
make install-depsTo format the code, run:
make formatTo detect all lint errors, run:
make lintTo autocorrect all lint errors, run:
make lint-fixTo run all tests, run:
make testTo build and view the documentation locally, run:
make local-docs