Developing in this repository requires Python 3.10 or higher.
Clone the repo by running:
git clone [email protected]:coinbase/cdp-sdk-python.git
To install all dependencies, run:
make install-deps
To format the code, run:
make format
To detect all lint errors, run:
make lint
To autocorrect all lint errors, run:
make lint-fix
To run all tests, run:
make test
To build and view the documentation locally, run:
make local-docs