keepyourmouthshut/docs/development.md

20 lines
594 B
Markdown

# 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:
[Open in Gitpod](https://gitpod.io/#https://github.com/rajtilakjee/kyms-cli)
## 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