2023-11-10 15:19:41 +00:00
# Pointers for Developers
## How to start
- If you want to develop in a local environment, simply clone the repo `git clone https://github.com/rajtilakjee/kyms.git` and start developing.
- If you want to develop on a Gitpod, click on the following link:
2023-11-11 05:28:52 +00:00
[Open in Gitpod ](https://gitpod.io/#https://github.com/rajtilakjee/kyms-cli )
2023-11-10 15:19:41 +00:00
## Dependencies
- All the dependencies for the library are given in the `requirements.txt` files. You can use `pip -r install requirements.txt` to install the dependencies.
## Dev Dependencies
There are only 2 dev dependencies as of now:
- black
- ruff