Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 757 Bytes

BuildREADME.md

File metadata and controls

32 lines (20 loc) · 757 Bytes

Library and documentation instructions

Follow these steps to build library and documentation

Install required packages

pip install setuptools wheel build

Build the library

cd ~/turkish-lm-tuner
python -m build

This command will compile the project into a distributable format.

Install Documentation Requirements

First, ensure that the documentation requirements specified in env.yml are installed.

Build and Serve Documentation

Use mkdocs to build and serve the documentation:

mkdocs serve

After executing this command, you can view the documentation by visiting 127.0.0.1:8000/boun-tabi-LMG/turkish-lm-tuner/ in your web browser.