Building from sources
Building from sources
Building the extended version of Hugo from source requires the following dependencies:
Windows users can use the Chocolatey package manager in order to use the MinGW compiler. After installing Chocolatey, run the following command in an elevated terminal prompt:
choco install mingw
Then, clone the repository and run the build script:
and then install the package in the current directory:
pip install .
or perform an editable installation via the following command:
pip install -e .