Skip to content

⬇️ Installation

You can simply install chunknorris in your python environment by using pip. You may as well want to install from source in order to get the latest developments.

pip install chunknorris
git clone https://github.com/wikit-ai/chunknorris.git
cd chunknorris
pip install .

🤝 Development setup

Every contribution to chunknorris is welcome ! If you which to develop extra features, or just fix a bug, just clone the repository to your machine and install the extra dev dependencies :

git clone https://github.com/wikit-ai/chunknorris.git
cd chunknorris
pip install ".[dev]"