logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install lingfengQAQ/webnovel-writer. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

lingfengQAQ/webnovel-writer Installation Guide

How to install lingfengQAQ/webnovel-writer. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for lingfengQAQ/webnovel-writer. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i lingfengQAQ/webnovel-writer
or

Install via npx

npx @hexmos/ipm i lingfengQAQ/webnovel-writer

Prerequisites

Python

language

Version: 3.10+

Claude Code

tool

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install Plugin from Marketplace

claude plugin marketplace add lingfengQAQ/webnovel-writer --scope user

claude plugin install webnovel-writer@webnovel-writer-marketplace --scope user

Install Python Dependencies

python -m pip install -r https://raw.githubusercontent.com/lingfengQAQ/webnovel-writer/HEAD/requirements.txt

Source Installation

git clone https://github.com/lingfengQAQ/webnovel-writer.git

cd webnovel-writer

python -m pip install -r requirements.txt

Post Installation Steps

  • Initialize a new novel project: /webnovel-init
  • Configure RAG environment by copying and editing .env.example to .env
  • Start using the tool with commands like /webnovel-plan 1, /webnovel-write 1, etc.
  • Optionally, start the dashboard with /webnovel-dashboard