Fork the cryptoconditions repo on GitHub.
Clone your fork locally and enter into the project:
$ git clone [email protected]:your_github_handle/cryptoconditions.git $ cd cryptoconditions/
Add the
upstream
remote:$ git remote add upstream [email protected]:bigchaindb/cryptoconditions.git
Install in development mode:
$ pip install -e .[dev]
Make sure you can run the tests:
$ pytest -v
For the installation step and running the tests you can also use the provided
docker-compose.yml
file:
$ docker-compose build
$ docker-compose run --rm cryptoconditions pytest -v