Get Started¶
Status: This project is currently in an early stage and is not available on PyPI yet.
Install normlite¶
The recommended way to install normlite is using uv, but you are free to choose your favorite dependecy manager.
Run the following command in your command line to add normlite to your developer dependencies:
$ uv add normlite --dev
$ pip install normlite
normlite is ready to be used!