diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ 1. Create a directory `data`, with a sub 2. Run `PYTHONPATH=src/ python3 train.py`. It will create a `models.json.gz` file. -3. You can now use: +3. Build and install the package: +``` +python3 -m build +pip install dist/languedoc-...-py3-none-any.whl +``` + +4. You can now use: ```python import languedoc