For contributors
Install the project in dev mode
- Fork the repository
- Clone the repository
- Create a new branch
Then do this:
$ python -m venv .venv
$ .venv/bin/python -m pip install .[docs, tests]
python -m venv .venv
.venv/Scripts/activate.bat
python -m pip install .[docs]
Do some changes
Change files and commit them
Tip
You can create draft files that are not included to repository in .draft/
directory
Run test
To run tests locally use pytest
:
$ pytest
Send a PR
You are amazing!